Switch terminal and font
This commit is contained in:
parent
2b77c2d461
commit
b551918273
9 changed files with 37 additions and 100 deletions
|
@ -138,7 +138,7 @@
|
|||
;; Font configuration
|
||||
(defun font-settings ()
|
||||
"Setup font settings."
|
||||
(when window-system (set-frame-font "Fira Code 9"))
|
||||
(when window-system (set-frame-font "Hack 9"))
|
||||
(set-fontset-font t 'symbol "Noto Color Emoji")
|
||||
(set-fontset-font t 'symbol "Symbola" nil 'append))
|
||||
;; Make sure DISPLAY is set correctly in env.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue