From 08e22cb698ad5e8b2475341a306d1da772f16823 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 20 Dec 2019 18:03:32 +0100 Subject: [PATCH] Remove verbosity when loading customizations `load-file' already prints all necessary information. --- init.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/init.el b/init.el index 209d2ae..557aff1 100644 --- a/init.el +++ b/init.el @@ -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