From 26689b0eec2e45a389bb29952ae366bc655589e4 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 17 Jun 2015 10:39:15 +0200 Subject: 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. --- emacs/.emacs.d/init.el | 1 - 1 file changed, 1 deletion(-) (limited to 'emacs/.emacs.d/init.el') 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 -- cgit v1.2.3-54-g00ecf