Change startup message of minibuffer

To "Spacemacs is ready!"
This commit is contained in:
syl20bnr 2014-09-29 22:43:25 -04:00
parent 6800b4c44d
commit c444e8e6a8
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@
(defun spacemacs/emacs-version-ok ()
(not (version< emacs-version spacemacs-min-version)))
(defun display-startup-echo-area-message ()
"Change the default welcome message of minibuffer to another one."
(message "Spacemacs is ready."))
(defun spacemacs-load-dotfile ()
"Load ~/.spacemacs. If it is not found then copy .spacemacs.template to
~/.spacemacs"