diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-28 23:53:23 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-28 23:53:23 -0400 |
| commit | e606f1d6439b9aa688d95911024ccc7a8d073725 (patch) | |
| tree | ff70732d3c4534dd1fbc5e4b28787e7a19f99166 /modules | |
| parent | b6d19fbf347acefff05a3cd2deafbd84b8fb9d67 (diff) | |
| download | dotemacs-e606f1d6439b9aa688d95911024ccc7a8d073725.tar.gz dotemacs-e606f1d6439b9aa688d95911024ccc7a8d073725.zip | |
chore(font): bump laptop default preset one point to 130
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/font-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/font-config.el b/modules/font-config.el index 7617ba01..f00b8bf1 100644 --- a/modules/font-config.el +++ b/modules/font-config.el @@ -63,7 +63,7 @@ (default :default-family "BerkeleyMono Nerd Font" :default-weight regular - :default-height ,(if (env-laptop-p) 120 140) + :default-height ,(if (env-laptop-p) 130 140) :fixed-pitch-family nil ;; falls back to :default-family :fixed-pitch-weight nil ;; falls back to :default-weight :fixed-pitch-height 1.0 |
