Increase the default size of my workstation font

Consider moving some of this logic into my work-specific configuration.
This commit is contained in:
William Carroll 2020-09-07 19:47:54 +01:00
parent b01ce5059d
commit 8022b7a811

View file

@ -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