Move inhibit-startup-screen to spacemacs-mode.el

This commit is contained in:
syl20bnr 2014-10-23 23:11:18 -04:00
parent a9cabf4767
commit 864e3e6eb0
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,9 @@
:syntax-table nil
:abbrev-table nil
(setq truncate-lines t)
(setq cursor-type nil))
(setq cursor-type nil)
;; no welcome buffer
(setq inhibit-startup-screen t))
(defun spacemacs/emacs-version-ok ()
(not (version< emacs-version spacemacs-min-version)))

View File

@ -91,8 +91,6 @@
;; Session
;; ---------------------------------------------------------------------------
;; no welcome buffer
(setq inhibit-startup-screen t)
;; scratch buffer empty
(setq initial-scratch-message nil)
(setq redisplay-dont-pause t)