From bdb034d77acda5cd4c077ab650fe111a29136cdb Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sat, 25 Sep 2021 18:43:21 -0700 Subject: Make prettier. --- init.el | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 1b01019..a5a8f5b 100644 --- a/init.el +++ b/init.el @@ -6,10 +6,17 @@ ;;; Code: ;; First of all, we indicate the path to our literate configuration file. -(setq my/literate-config (concat user-emacs-directory "smart-documents.org")) +(setq sd-literate-config (concat + user-emacs-directory + "smart-documents.org")) + ;; Then, we load this file into Emacs' memory. -(org-babel-load-file my/literate-config) +(org-babel-load-file sd-literate-config) (provide 'init) ;;; init.el ends here + +;; Local Variables: +;; mode: emacs-lisp +;; End: -- cgit v1.2.3