diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 4 |
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 |