From dc98a60744c4d60eca24b81111ffdde80127fd93 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 15 May 2022 13:29:21 +0200 Subject: Minor changes. --- init.el | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'init.el') 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: -- cgit v1.2.3