summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index 1500e94..037c77d 100644
--- a/init.el
+++ b/init.el
@@ -40,6 +40,8 @@
;; Powerline
(require 'powerline)
(powerline-center-evil-theme)
+;; Fix issue with alt-tab not resetting colors
+(remove-hook 'focus-out-hook 'powerline-unset-selected-window)
;; Indentation
(setq-default indent-tabs-mode nil)