mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ui/modeline: +modeline-height = 25
+2 to default height
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user