Skip to content

Commit

Permalink
tweak(vars): decrease default fonts size
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Mar 21, 2023
1 parent a5c61ab commit ba61d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/me-vars.el
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ MinEmacs hooks will be run in this order:
(os/mac "monospace"))))
(defconst minemacs-default-fonts
`(:font-family ,mono-font
:font-size 14
:font-size 13
:unicode-font-family nil
:variable-pitch-font-family ,varp-font
:variable-pitch-font-size 14)
:variable-pitch-font-size 13)
"Default fonts of MinEmacs."))

(defcustom +env-save-vars
Expand Down

0 comments on commit ba61d68

Please sign in to comment.