summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-01-20 14:27:34 +0100
committerGravatar Tom Willemse2015-01-20 14:27:34 +0100
commit792dfe908de7c78f6f1e1dcf14638f50ca707dcf (patch)
treec26acb5caaf2b20f240eceb04e75a95c6255dbd5 /emacs/.emacs.d/init.el
parentc778fb7a693a1a74fde8b5c25e3e5dc005797f68 (diff)
downloaddotfiles-792dfe908de7c78f6f1e1dcf14638f50ca707dcf.tar.gz
dotfiles-792dfe908de7c78f6f1e1dcf14638f50ca707dcf.zip
Reset mode-line-format in the *scratch* buffer
The first time `evil-mode' is run it sets the `mode-line-format' buffer-local variable. This overrides the default value set later when the theme and SVG modeline are loaded.
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 4f8b927..c2e2804 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -1475,6 +1475,7 @@ from myaethon2.core.decorators import (
(popwin-mode)
(evil-mode)
+ (kill-local-variable 'mode-line-format)
(when (string-equal system-name "drd")
(require 'colemak-evil))
(global-evil-surround-mode))