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.
This commit is contained in:
William Carroll 2020-04-02 14:34:31 +01:00
parent d88a4d5792
commit 8fa3140253

View file

@ -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.")