about summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-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