From 3128b830f9decd90d4ccd9640e13494ae80923df Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 9 Sep 2018 09:27:27 -0400 Subject: [PATCH] ui/modeline: +modeline-height = 25 +2 to default height --- modules/ui/modeline/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/modeline/config.el b/modules/ui/modeline/config.el index 56384e303..182da638f 100644 --- a/modules/ui/modeline/config.el +++ b/modules/ui/modeline/config.el @@ -16,7 +16,7 @@ (defvar +modeline-width 3 "How wide the mode-line bar should be (only respected in GUI emacs).") -(defvar +modeline-height 23 +(defvar +modeline-height 25 "How tall the mode-line should be (only respected in GUI emacs).") (defvar +modeline-bar-at-end nil