[Emacs] Make doom-modeline taller
This commit is contained in:
parent
afb50e97d3
commit
35ca57001b
@ -4839,7 +4839,9 @@ Ensure all themes that I use are installed:
|
||||
** doom-modeline
|
||||
#+begin_src emacs-lisp
|
||||
(use-package doom-modeline
|
||||
:hook (after-init . doom-modeline-mode))
|
||||
:hook (after-init . doom-modeline-mode)
|
||||
:custom
|
||||
(doom-modeline-height 40))
|
||||
#+end_src
|
||||
** page-break-lines
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
Loading…
Reference in New Issue
Block a user