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-09-07T18·47+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-09-07T18·47+0100
commit8022b7a811b00bfb09c277684e11dcf764d10151 (patch)
treeab3ab06908e8311e8469280cfea53ac47565b1ec /emacs/.emacs.d/wpc/fonts.el
parentb01ce5059d9e6823a175188400f71f75b802a958 (diff)
Increase the default size of my workstation font
Consider moving some of this logic into my work-specific configuration.
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 1c8f2dee0741..ad77b512d78e 100644
--- a/emacs/.emacs.d/wpc/fonts.el
+++ b/emacs/.emacs.d/wpc/fonts.el
@@ -34,7 +34,7 @@
 (defconst fonts-size
   (pcase (device-classify)
     ('work-laptop "10")
-    ('work-desktop "8"))
+    ('work-desktop "10"))
   "My preferred default font-size, which is device specific.")
 
 (defconst fonts-size-step 10