diff options
author | William Carroll <wpcarro@gmail.com> | 2020-06-16T10·37+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-06-16T10·37+0100 |
commit | 675b8084c74b82871b70525501dd12e1f6be97f7 (patch) | |
tree | 2200032d05b1578bcf64cd27b606827ffda78252 | |
parent | 05a2ea6bb7af37d8d5afdc28efddb3e6d2f9e746 (diff) |
Prefer smaller default font size for laptop
I'll be working without an external monitor for the next few months, so I prefer this smaller size.
-rw-r--r-- | emacs/.emacs.d/wpc/fonts.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/fonts.el b/emacs/.emacs.d/wpc/fonts.el index 1266e0053563..ec196d507806 100644 --- a/emacs/.emacs.d/wpc/fonts.el +++ b/emacs/.emacs.d/wpc/fonts.el @@ -30,7 +30,7 @@ (defconst fonts/size (pcase (device/classify) - ('work-laptop "11") + ('work-laptop "10") ('work-desktop "8")) "My preferred default font-size, which is device specific.") |