doom: set symbol font to JuliaMono

It is a modern decent font with support for very wide array of unicode
glyphs. Makes sense here.
This commit is contained in:
Payas Relekar 2023-10-15 14:37:29 +05:30
parent 41671bdc8d
commit 9c49a8bac7

View file

@ -301,6 +301,7 @@ Customize Modus-themes a little to make it more peppy and vibrant.
(use-package! doom-ui
:config
(setq! doom-font (font-spec :family "IBM Plex Mono" :size 19)
doom-symbol-font (font-spec :family "JuliaMono")
doom-theme 'modus-vivendi
which-key-idle-delay 0.1))
#+end_src