summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Li <li.davidm96@gmail.com>2017-05-20 10:00:15 -0400
committerDavid Li <li.davidm96@gmail.com>2017-05-20 10:00:15 -0400
commitc4fc043be9644aa1572dccbbd3f225555ace1fe8 (patch)
treea2bcd7a923421ca196a33d0b12a8f310e05c60a5
parentb12a3add12b27eb9b2abe3a6db6696ed6ea682a8 (diff)
Fix issue where alt-tab didn't reset powerline colors
-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)