diff options
author | Raul Benencia <rul@kalgan.cc> | 2023-05-11 08:20:32 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2023-05-11 08:20:39 -0700 |
commit | 282d33b3f4a686b8ca0331ffdc1e256119fc8ca0 (patch) | |
tree | ca8fc53e10bbeacc20592adf84c4f4daa66d285c /.emacs.local.d/modes/fonts.el | |
parent | a305f3c4c5bdc62ca5f5d23461cbb207bcd6622e (diff) |
emacs: redefine fontaine medium size
Diffstat (limited to '.emacs.local.d/modes/fonts.el')
-rw-r--r-- | .emacs.local.d/modes/fonts.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.local.d/modes/fonts.el b/.emacs.local.d/modes/fonts.el index c62488c..69eb304 100644 --- a/.emacs.local.d/modes/fonts.el +++ b/.emacs.local.d/modes/fonts.el @@ -8,7 +8,7 @@ :default-family "Fira Code Retina" :default-height 120) (medium - :default-height 160) + :default-height 140) (large :default-weight semilight :default-height 180 |