all repos — nixfiles @ 549946dbbe021a1cda2c4e88a82786c97c355455

System and user configuration, managed by nix and home-manager

Emacs: Automatically resize powerline after setting font
Alan Pearce alan@alanpearce.eu
Thu, 15 Feb 2018 16:39:20 +0100
commit

549946dbbe021a1cda2c4e88a82786c97c355455

parent

6853e6098c858939515d429cfbdd026f5e22c50e

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -257,6 +257,10 @@ :config (progn             (setq powerline-default-separator 'bar
                   powerline-height (* 2  (ceiling (* (default-font-height) (+ 1 (* 2 line-spacing))) 2))
                   spaceline-responsive nil)
+            (define-hook-helper after-setting-font ()
+              :name resize-powerline
+              (setq powerline-height (* 2  (ceiling (* (default-font-height) (+ 1 (* 2 line-spacing))) 2)))
+              (setq-default mode-line-format (spaceline-spacemacs-theme)))
             (setq-default mode-line-format (spaceline-spacemacs-theme))))
 
 ;;;;; Chrome