From 792dfe908de7c78f6f1e1dcf14638f50ca707dcf Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 20 Jan 2015 14:27:34 +0100 Subject: 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. --- emacs/.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/.emacs.d/init.el') 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)) -- cgit v1.2.3-54-g00ecf