summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))