Decrease default font size on laptop
See diff for more information.
This commit is contained in:
parent
f182410fd2
commit
6d87dcb710
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
(defconst fonts/size
|
||||
(pcase (device/classify)
|
||||
('work-laptop "12")
|
||||
('work-laptop "9")
|
||||
('work-desktop "8"))
|
||||
"My preferred default font-size, which is device specific.")
|
||||
|
||||
|
|
Loading…
Reference in a new issue