summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-02-20 00:42:20 -0600
committerCase Duckworth2021-02-20 00:42:20 -0600
commit0f95206684a3675d7618cc7e89a6f314f2cd6429 (patch)
treeb7252b5eded49cb3d94dfa5a8f175ff3d0621ed6 /config.org
parentMove password stuff and add Tramp config (diff)
downloademacs-0f95206684a3675d7618cc7e89a6f314f2cd6429.tar.gz
emacs-0f95206684a3675d7618cc7e89a6f314f2cd6429.zip
Add messages to init.el
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