diff --git a/init.el b/init.el index 483c3e7..2416cbb 100644 --- a/init.el +++ b/init.el @@ -65,6 +65,8 @@ (defun db/run-init () "Run main initialization after everything is set up." + (message "Running main initialization ... done") + ;; Load customizations (when (file-exists-p custom-file) @@ -267,6 +269,8 @@ (unless (server-running-p) (server-start)) + (message "Running main initialization ... done") + t) (add-hook 'after-init-hook #'db/run-init)