Increase the default size of my workstation font
Consider moving some of this logic into my work-specific configuration.
This commit is contained in:
parent
b01ce5059d
commit
8022b7a811
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue