diff --git a/config.org b/config.org index c3464e0..cb43c75 100644 --- a/config.org +++ b/config.org @@ -586,7 +586,7 @@ Defining the various fonts that Emacs will use. ;; This sets the default font on all graphical frames created after restarting Emacs. ;; Does the same thing as 'set-face-attribute default' above, but emacsclient fonts ;; are not right unless I also add this method of setting the default font. -(add-to-list 'default-frame-alist '(font . "JetBrains Mono-11")) +(add-to-list 'default-frame-alist '(font . "JetBrains Mono-20")) ;; Uncomment the following line if line spacing needs adjusting. (setq-default line-spacing 0.12)