Changed font size
This commit is contained in:
parent
b31a95ff80
commit
330c414271
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue