fix a typo

This commit is contained in:
Evan Klitzke 2017-06-10 21:02:26 -07:00 committed by Eivind Fonn
parent 92b0f47c20
commit ee7bcc61ce

View file

@ -70,7 +70,7 @@ It runs `tabulated-list-revert-hook', then calls `tabulated-list-print'."
;; Edit
;; ---------------------------------------------------------------------------
;; start scratch in text mode (usefull to get a faster Emacs load time
;; Start with the *scratch* buffer in text mode (speeds up Emacs load time,
;; because it avoids autoloads of elisp modes)
(setq initial-major-mode 'text-mode)