Don't need to restart after first boot

This commit is contained in:
syl20bnr 2015-04-13 02:41:47 -04:00
parent 5e44e68ed9
commit c920871c4a
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ FILE-TO-LOAD is an explicit file to load after the installation."
(when (dotspacemacs/install 'with-wizard)
(dotspacemacs/sync-configuration-layers)
(spacemacs-buffer/append
"The dofile has been installed, please restart Emacs.\n"))))
"The dofile has been installed.\n"))))
(defun spacemacs/display-and-copy-version ()
"Echo the current spacemacs version and copy it."