diff --git a/config.org b/config.org index f050bc2..2add6f0 100644 --- a/config.org +++ b/config.org @@ -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)))