Update fonts
This commit is contained in:
@@ -27,7 +27,7 @@ window:
|
||||
font:
|
||||
size: 10
|
||||
normal:
|
||||
family: SFMono Nerd Font Mono
|
||||
family: JuliaMono
|
||||
style: Regular
|
||||
|
||||
background_opacity: 1
|
||||
|
||||
@@ -65,9 +65,9 @@
|
||||
|
||||
;; Font
|
||||
; default font
|
||||
(set-face-attribute 'default nil :font "SFMono Nerd Font Mono" :height 100)
|
||||
(set-fontset-font t 'unicode "Source Code Pro" nil 'prepend)
|
||||
(set-fontset-font t 'unicode "Noto Color Emoji" nil 'append)
|
||||
(set-face-attribute 'default nil :font "JuliaMono" :height 100)
|
||||
(set-fontset-font t 'unicode "Noto Color Emoji" nil 'prepend)
|
||||
(set-fontset-font t 'unicode "Noto Sans Mono CJK JP" nil 'append)
|
||||
|
||||
;; Make ESC quit prompts
|
||||
(global-set-key (kbd "<escape>") 'keyboard-escape-quit)
|
||||
|
||||
Reference in New Issue
Block a user