fix(emacs): adjust macOS font size
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
d13ab1d8ce
commit
f466f5f19a
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
((eq system-type 'darwin)
|
||||
(setf priime-fixed-font "Menlo")
|
||||
(setf priime-variable-font "Verdana")
|
||||
(setf priime-font-size 11)
|
||||
(setf priime-font-size 12)
|
||||
(setf priime-fixed-height 1))
|
||||
(t
|
||||
(setf priime-fixed-font "Roboto Mono")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue