Changed font size

This commit is contained in:
Aleksandr Lebedev 2025-06-06 16:53:53 +02:00
parent b31a95ff80
commit 330c414271

View file

@ -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)