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