From 0f95206684a3675d7618cc7e89a6f314f2cd6429 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 20 Feb 2021 00:42:20 -0600 Subject: Add messages to init.el --- config.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config.org') 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! (when (file-exists-p straight-org-dir) (add-to-list 'load-path straight-org-dir)) ;; Load config.org + (message "%s..." "Loading config.org") (require 'org) - (org-babel-load-file config.org))) + (org-babel-load-file config.org) + (message "%s... Done" "Loading config.org"))) ;;; init.el ends here #+end_src -- cgit 1.4.1-21-gabe81