summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/init.el b/init.el
index ceffb35..86a29d4 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)
Copyright 2019--2024 Marius PETER