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