about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/fonts.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-04-02T13·34+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-04-02T13·34+0100
commit8fa3140253665c9b0ece9acbf14f3e56de895416 (patch)
treed4085e98b0638e6992bcda29c09a05f21fe5cac7 /emacs/.emacs.d/wpc/fonts.el
parentd88a4d5792c1743d60446a1e96412c7f72a331a1 (diff)
Increase default font size for laptop
I'm working off of my laptop but I'm using my 4k monitor. The expression that
sets `fonts/size` could be more sophisticated and detect this, but for now, I'm
just bumping up the size.
Diffstat (limited to 'emacs/.emacs.d/wpc/fonts.el')
-rw-r--r--emacs/.emacs.d/wpc/fonts.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/fonts.el b/emacs/.emacs.d/wpc/fonts.el
index 3c6fe6bfebfb..1266e0053563 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  "9")
+    ('work-laptop "11")
     ('work-desktop "8"))
   "My preferred default font-size, which is device specific.")