diff options
Diffstat (limited to 'modules/font-config.el')
| -rw-r--r-- | modules/font-config.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/font-config.el b/modules/font-config.el index c56f0ad7..683e47e1 100644 --- a/modules/font-config.el +++ b/modules/font-config.el @@ -77,11 +77,11 @@ ("M-S-f" . fontaine-set-preset) ;; was M-F, overrides forward-word :config (setq fontaine-presets - '( + `( (default :default-family "BerkeleyMono Nerd Font" :default-weight regular - :default-height 120 + :default-height ,(if (env-laptop-p) 120 140) :fixed-pitch-family nil ;; falls back to :default-family :fixed-pitch-weight nil ;; falls back to :default-weight :fixed-pitch-height 1.0 |
