summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el11
1 files changed, 5 insertions, 6 deletions
diff --git a/init.el b/init.el
index a5a8f5b..e6cfd3f 100644
--- a/init.el
+++ b/init.el
@@ -1,3 +1,6 @@
+;; -*- mode: emacs-lisp; -*-
+
+
;;; init.el --- Load literate configuration file, smart-documents.org.
;;; Commentary:
@@ -5,18 +8,14 @@
;;; Code:
-;; First of all, we indicate the path to our literate configuration file.
+;; First, we indicate the path to our literate configuration file.
(setq sd-literate-config (concat
user-emacs-directory
"smart-documents.org"))
-;; Then, we load this file into Emacs' memory.
+;; Then, we load our literate configuration into Emacs' memory.
(org-babel-load-file sd-literate-config)
(provide 'init)
;;; init.el ends here
-
-;; Local Variables:
-;; mode: emacs-lisp
-;; End:
Copyright 2019--2024 Marius PETER