Adjust Emacs font settings

This commit is contained in:
2024-04-10 12:27:54 -07:00
parent dab21cb0fc
commit 692aa83275

View File

@@ -23,12 +23,14 @@
(height . 60)))
(setq thoom-font-candidates
'("FiraCode Nerd Font Mono" "Menlo"))
'("FiraCode Nerd Font Mono" "Fira Code" "Menlo" "Deja Vu Sans"))
(defvar thoom-font
(seq-find #'x-list-fonts thoom-font-candidates)
"The default font to use.")
(defvar thoom-font-size
(if ON-MAC
14
12)
"The default font size to use.")
(modify-all-frames-parameters `((font . ,(concat thoom-font "-" (number-to-string thoom-font-size)))))