about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-02-20 15:35:05 -0600
committerCase Duckworth2021-02-20 15:35:05 -0600
commit49687857df8459eb9333c7a57d12c626dc174264 (patch)
tree97b83f5b993ebef7fcfb0d5186a282b00bc504ce /init.el
parentAdd local weather RSS feed (diff)
parentAdd messages to init.el (diff)
downloademacs-49687857df8459eb9333c7a57d12c626dc174264.tar.gz
emacs-49687857df8459eb9333c7a57d12c626dc174264.zip
Merge branch 'main' of https://tildegit.org/acdw/emacs into main
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el index 4741a4f..2fdd1c9 100644 --- a/init.el +++ b/init.el
@@ -42,7 +42,9 @@
42 (when (file-exists-p straight-org-dir) 42 (when (file-exists-p straight-org-dir)
43 (add-to-list 'load-path straight-org-dir)) 43 (add-to-list 'load-path straight-org-dir))
44 ;; Load config.org 44 ;; Load config.org
45 (message "%s..." "Loading config.org")
45 (require 'org) 46 (require 'org)
46 (org-babel-load-file config.org))) 47 (org-babel-load-file config.org)
48 (message "%s... Done" "Loading config.org")))
47 49
48;;; init.el ends here 50;;; init.el ends here