From 27abc76320a9d3325e5c51685305b07d7f720012 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 12 Aug 2015 19:18:55 -0400 Subject: [PATCH] Default major-mode: text-mode --- core/core.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core.el b/core/core.el index 893fa48ae..71c8077a4 100644 --- a/core/core.el +++ b/core/core.el @@ -100,6 +100,7 @@ inhibit-startup-echo-area-message "hlissner" ; username shuts up emacs initial-major-mode 'text-mode ; initial scratch buffer mode initial-scratch-message nil + major-mode 'text-mode compilation-always-kill t compilation-ask-about-save nil