summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-06-17 10:39:15 +0200
committerGravatar Tom Willemse2015-06-17 10:39:15 +0200
commit26689b0eec2e45a389bb29952ae366bc655589e4 (patch)
treece7943fe4a8b415833571a9e6d2846a4bb0f25d1 /emacs/.emacs.d/init.el
parent32c9f20364e6ff427e1903ff3833d1a4b3791610 (diff)
downloaddotfiles-26689b0eec2e45a389bb29952ae366bc655589e4.tar.gz
dotfiles-26689b0eec2e45a389bb29952ae366bc655589e4.zip
Don't use emacs-lisp-mode as the initial mode
Using `emacs-lisp-mode' as the initial major-mode also runs `flycheck'. Flycheck will constantly show warnings because "*scratch*" doesn't contain the proper header or footer. The default initial major-mode is `lisp-interaction-mode', which is basically the same as `emacs-lisp-mode', with some extra (annoying) keybindings which get overwritten by `paredit' anyway. Now I don't see any warnings.
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index b4a6023..293881a 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -1259,7 +1259,6 @@ from myaethon2.core.decorators import (
(stante-after "startup"
(setq inhibit-default-init t)
(setq inhibit-startup-message t)
- (setq initial-major-mode 'emacs-lisp-mode)
(setq initial-scratch-message nil))
;; (stante-after tern