Emacs: Automatically resize powerline after setting font
Alan Pearce alan@alanpearce.eu
Thu, 15 Feb 2018 16:39:20 +0100
1 files changed, 4 insertions(+), 0 deletions(-)
jump to
M emacs/.emacs.d/main.el → emacs/.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