Start scratch buffer in text mode

Speed up the startup of Emacs (avoid autoloads associated with
elisp mode)
This commit is contained in:
syl20bnr 2014-08-31 13:05:05 -04:00
parent 055f63da5e
commit b044074250

View file

@ -1,4 +1,7 @@
;; Global ---------------------------------------------------------------------
;; start scratch in text mode (usefull to get a faster Emacs load time
;; because it avoids autoloads of elisp modes)
(setq initial-major-mode 'text-mode)
;; font size
;;(set-face-attribute 'default nil :height 110)
;; whitespace-mode