diff options
author | David Li <li.davidm96@gmail.com> | 2017-05-20 10:00:15 -0400 |
---|---|---|
committer | David Li <li.davidm96@gmail.com> | 2017-05-20 10:00:15 -0400 |
commit | c4fc043be9644aa1572dccbbd3f225555ace1fe8 (patch) | |
tree | a2bcd7a923421ca196a33d0b12a8f310e05c60a5 | |
parent | b12a3add12b27eb9b2abe3a6db6696ed6ea682a8 (diff) |
Fix issue where alt-tab didn't reset powerline colors
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |