summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-rw-r--r--config.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.org b/config.org index 954f7a7..5aae931 100644 --- a/config.org +++ b/config.org
@@ -3589,8 +3589,10 @@ the needed boolean expression to tangle config.org. Booleans, yall!
3589 (when (file-exists-p straight-org-dir) 3589 (when (file-exists-p straight-org-dir)
3590 (add-to-list 'load-path straight-org-dir)) 3590 (add-to-list 'load-path straight-org-dir))
3591 ;; Load config.org 3591 ;; Load config.org
3592 (message "%s..." "Loading config.org")
3592 (require 'org) 3593 (require 'org)
3593 (org-babel-load-file config.org))) 3594 (org-babel-load-file config.org)
3595 (message "%s... Done" "Loading config.org")))
3594 3596
3595 ;;; init.el ends here 3597 ;;; init.el ends here
3596#+end_src 3598#+end_src