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 --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 4741a4f..2fdd1c9 100644 --- a/init.el +++ b/init.el @@ -42,7 +42,9 @@ (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 -- cgit 1.4.1-21-gabe81