Move inhibit-startup-screen to spacemacs-mode.el
This commit is contained in:
parent
a9cabf4767
commit
864e3e6eb0
2 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,9 @@
|
||||||
:syntax-table nil
|
:syntax-table nil
|
||||||
:abbrev-table nil
|
:abbrev-table nil
|
||||||
(setq truncate-lines t)
|
(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 ()
|
(defun spacemacs/emacs-version-ok ()
|
||||||
(not (version< emacs-version spacemacs-min-version)))
|
(not (version< emacs-version spacemacs-min-version)))
|
||||||
|
|
|
@ -91,8 +91,6 @@
|
||||||
;; Session
|
;; Session
|
||||||
;; ---------------------------------------------------------------------------
|
;; ---------------------------------------------------------------------------
|
||||||
|
|
||||||
;; no welcome buffer
|
|
||||||
(setq inhibit-startup-screen t)
|
|
||||||
;; scratch buffer empty
|
;; scratch buffer empty
|
||||||
(setq initial-scratch-message nil)
|
(setq initial-scratch-message nil)
|
||||||
(setq redisplay-dont-pause t)
|
(setq redisplay-dont-pause t)
|
||||||
|
|
Reference in a new issue