From 330c4142710f7c56a020c77e5ecbe1372ab28701 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Fri, 6 Jun 2025 16:53:53 +0200 Subject: [PATCH] Changed font size --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)