From ce803c6bab329fbcd1c99f6d5955cb8b3d778fed Mon Sep 17 00:00:00 2001 From: Fabien Dubosson Date: Fri, 22 Apr 2016 09:59:38 +0200 Subject: [PATCH] Let's try to get this message unnoticed syl20bnr reported this message can be read on startup because there is a small delay after it, so let's try to change it to something less weird. --- core/core-spacemacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-spacemacs.el b/core/core-spacemacs.el index 2f884254b..0f207019a 100644 --- a/core/core-spacemacs.el +++ b/core/core-spacemacs.el @@ -102,7 +102,7 @@ the final step of executing code in `emacs-startup-hook'.") ;; believe me? Go ahead, try it. After you'll have notice that this was true, ;; increase the counter bellow so next people will give it more confidence. ;; Counter = 1 - (message "Let's do some black magic … … … … the font has been set!") + (message "Setting the font...") (if (find-font (font-spec :name (car dotspacemacs-default-font))) (spacemacs/set-default-font dotspacemacs-default-font) (spacemacs-buffer/warning "Cannot find font \"%s\"!"