Adjust Emacs font settings
This commit is contained in:
@@ -23,12 +23,14 @@
|
|||||||
(height . 60)))
|
(height . 60)))
|
||||||
|
|
||||||
(setq thoom-font-candidates
|
(setq thoom-font-candidates
|
||||||
'("FiraCode Nerd Font Mono" "Menlo"))
|
'("FiraCode Nerd Font Mono" "Fira Code" "Menlo" "Deja Vu Sans"))
|
||||||
(defvar thoom-font
|
(defvar thoom-font
|
||||||
(seq-find #'x-list-fonts thoom-font-candidates)
|
(seq-find #'x-list-fonts thoom-font-candidates)
|
||||||
"The default font to use.")
|
"The default font to use.")
|
||||||
(defvar thoom-font-size
|
(defvar thoom-font-size
|
||||||
14
|
(if ON-MAC
|
||||||
|
14
|
||||||
|
12)
|
||||||
"The default font size to use.")
|
"The default font size to use.")
|
||||||
(modify-all-frames-parameters `((font . ,(concat thoom-font "-" (number-to-string thoom-font-size)))))
|
(modify-all-frames-parameters `((font . ,(concat thoom-font "-" (number-to-string thoom-font-size)))))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user