Remove verbosity when loading customizations

`load-file' already prints all necessary information.
This commit is contained in:
Daniel - 2019-12-20 18:03:32 +01:00
parent 0dae55d5a9
commit 08e22cb698
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 0 additions and 2 deletions

View File

@ -2792,9 +2792,7 @@ 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