From 8022b7a811b00bfb09c277684e11dcf764d10151 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 7 Sep 2020 19:47:54 +0100 Subject: [PATCH] Increase the default size of my workstation font Consider moving some of this logic into my work-specific configuration. --- emacs/.emacs.d/wpc/fonts.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.emacs.d/wpc/fonts.el b/emacs/.emacs.d/wpc/fonts.el index 1c8f2dee0..ad77b512d 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