emacs: Use Monaspace Nerd Font
This commit is contained in:
parent
510e8a777a
commit
cdbf6d14b4
1 changed files with 2 additions and 2 deletions
|
@ -55,9 +55,9 @@ Setting =lexical-binding= to =t= can improve startup time. This has to be first!
|
|||
This sets some variables with my personal preferences for easy customization
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(defvar my/default-font "Monaspace Neon")
|
||||
(defvar my/default-font "MonaspiceNe Nerd Font")
|
||||
(defvar my/variable-width-font "Iosevka Aile")
|
||||
(defvar my/comment-font "Monaspace Radon")
|
||||
(defvar my/comment-font "MonaspiceRn Nerd Font")
|
||||
(defvar my/default-font-height 120)
|
||||
(defvar my/default-font-weight 'light)
|
||||
(defvar my/default-font-width 'normal)
|
||||
|
|
Loading…
Reference in a new issue