diff options
-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) |