From 0d5fbcb6e01a93fd75423df34275b46e278f12ea Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 17 Feb 2016 20:11:02 -0500 Subject: [PATCH] core-ui: adjust powerline on big-mode + wider lineno column --- core/core-ui.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/core-ui.el b/core/core-ui.el index da2bb3140..7029702d8 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -169,7 +169,7 @@ :preface (defvar narf--hl-nlinum-overlay nil) (defvar narf--hl-nlinum-line nil) - (defvar nlinum-format "%4d ") + (defvar nlinum-format "%4d ") (defface linum-highlight-face '((t (:inherit linum))) "Face for line highlights") (setq linum-format "%3d ") :init @@ -240,6 +240,8 @@ powerline-height 19 spaceline-highlight-face-func 'spaceline-highlight-face-evil-state) + (add-hook! big-mode (setq-default powerline-height (if big-mode 26 19))) + (defface mode-line-is-modified nil "Face for mode-line modified symbol") (defface mode-line-buffer-file nil "Face for mode-line buffer file path")