Set the height of Moody mode-line to a more pleasing value

This commit is contained in:
Gergely Polonkai 2018-11-30 11:05:14 +01:00
parent 518a1a7ac6
commit ee67921db1
1 changed files with 1 additions and 0 deletions

View File

@ -1503,6 +1503,7 @@ Unfortunately, this works only in a graphical mode.
:config
(moody-replace-mode-line-buffer-identification)
(moody-replace-vc-mode)
(customize-set-variable 'moody-mode-line-height 18)
(set-face-attribute 'mode-line nil :box nil :foreground "#7e7486")
(set-face-attribute 'mode-line-inactive nil :box nil))
#+END_SRC