Use DejaVu Sans Mono in mode line

This commit is contained in:
eriedaberrie 2023-01-27 11:00:39 -08:00
parent 5fb493234c
commit 6fe1a3224c

View file

@ -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))