Use DejaVu Sans Mono in mode line
This commit is contained in:
parent
5fb493234c
commit
6fe1a3224c
2
init.el
2
init.el
|
@ -481,6 +481,8 @@
|
||||||
(use-package gruvbox-theme)
|
(use-package gruvbox-theme)
|
||||||
(use-package catppuccin-theme
|
(use-package catppuccin-theme
|
||||||
:demand t
|
:demand t
|
||||||
|
:custom-face
|
||||||
|
(mode-line ((t (:font "DejaVu Sans Mono"))))
|
||||||
:custom
|
:custom
|
||||||
(catppuccin-flavor 'mocha))
|
(catppuccin-flavor 'mocha))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue