Disable font stuff in terminal
This commit is contained in:
@@ -433,18 +433,19 @@
|
||||
(height . 60)))
|
||||
|
||||
;;;; Fonts
|
||||
(setq my/font-candidates
|
||||
(when window-system
|
||||
(setq my/font-candidates
|
||||
'("FiraCode Nerd Font Mono" "Fira Code" "Menlo" "Deja Vu Sans"))
|
||||
(defvar my/font
|
||||
(defvar my/font
|
||||
(seq-find #'x-list-fonts my/font-candidates)
|
||||
"The default font to use.")
|
||||
(defvar my/font-size
|
||||
(defvar my/font-size
|
||||
(if ON-MAC
|
||||
14
|
||||
12)
|
||||
"The default font size to use.")
|
||||
(modify-all-frames-parameters
|
||||
`((font . ,(concat my/font "-" (number-to-string my/font-size)))))
|
||||
(modify-all-frames-parameters
|
||||
`((font . ,(concat my/font "-" (number-to-string my/font-size))))))
|
||||
|
||||
;;;; Hide clutter
|
||||
(setq inhibit-startup-message t
|
||||
|
||||
Reference in New Issue
Block a user