From c4fc043be9644aa1572dccbbd3f225555ace1fe8 Mon Sep 17 00:00:00 2001 From: David Li Date: Sat, 20 May 2017 10:00:15 -0400 Subject: Fix issue where alt-tab didn't reset powerline colors --- init.el | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3