Make loading customizations a bit more verbose

This commit is contained in:
Daniel - 2019-12-20 17:53:38 +01:00
parent c8dfffbbc1
commit 7c41f1df73
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 0 deletions

View File

@ -2819,7 +2819,9 @@ With given ARG, display files in `db/important-document-path."
;; * Load customizations
(message "Loading customizations ...")
(when (file-exists-p custom-file)
(load-file custom-file))
(message "Loading customizations ... done")
;;; init.el ends here