Adjust Emacs font settings
This commit is contained in:
@@ -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)))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user