Fix emacs font on nixos 23.05
This commit is contained in:
parent
20dcb63b3f
commit
7793337204
|
@ -35,7 +35,7 @@ The provided default ~config.el~
|
|||
;; Figure out what the name and size of the font are going to be based on the system type and
|
||||
;; hostname
|
||||
(let ((nm/font-name (cond ((or IS-MAC IS-WINDOWS) "Iosevka Nerd Font")
|
||||
(t "Iosevka")))
|
||||
(t "Iosevka Nerd Font")))
|
||||
(nm/font-size (cond (IS-MAC 11)
|
||||
((or IS-WINDOWS (string= (system-name) "wsl")) 16)
|
||||
(t 13)))
|
||||
|
|
Loading…
Reference in New Issue