From 4a65449ad160b2b741ffbc85e9b081a84c19d134 Mon Sep 17 00:00:00 2001 From: Blendoit Date: Sun, 6 Dec 2020 18:20:54 -0800 Subject: Stop byte compiling init. --- init.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 86a29d4..ceffb35 100644 --- a/init.el +++ b/init.el @@ -10,13 +10,13 @@ ;; Emacs will startup faster next time, because it will load ;; a byte-compiled version of our literate configuration file. -(cond ((file-exists-p (concat my/literate-config ".el")) - (load my/literate-config)) - ((file-exists-p (concat my/literate-config ".org")) - (org-babel-load-file (concat my/literate-config ".org"))) - (t (message "No literate configuration file detected."))) +;; (cond ((file-exists-p (concat my/literate-config ".el")) +;; (load my/literate-config)) +;; ((file-exists-p (concat my/literate-config ".org")) +;; (org-babel-load-file (concat my/literate-config ".org"))) +;; (t (message "No literate configuration file detected."))) -;; (org-babel-load-file (concat my/literate-config ".org")) +(org-babel-load-file (concat my/literate-config ".org")) (provide 'init) -- cgit v1.2.3