Fixed emacs email/font issues

This commit is contained in:
Random936
2024-05-18 16:54:57 -07:00
parent f04f791a84
commit ccde53af11
6 changed files with 101 additions and 64 deletions

View File

@@ -426,7 +426,7 @@ The Emacs dashboard package provides a nice dashboard when first starting up ema
(recents . 5)
(agenda . 5)))
:config
(set-face-attribute 'dashboard-items-face nil :font "Fira Code Retina" :weight 'regular :height 140)
(set-face-attribute 'dashboard-items-face nil :font "Fira Code" :weight 'regular :height 140)
(dashboard-setup-startup-hook))
#+end_src