Add font height for work laptop
This commit is contained in:
parent
1c277c96da
commit
8ee2885405
21
config.org
21
config.org
@ -117,16 +117,17 @@
|
||||
height based off the hostname.
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(let ((font-height
|
||||
(pcase hostname
|
||||
("zora" 100)
|
||||
("eddie" 100)
|
||||
("mandarax" 115)
|
||||
("valis" 80)
|
||||
(_ 110))))
|
||||
(set-face-attribute 'default nil
|
||||
:family "Courier 10 Pitch"
|
||||
:height font-height))
|
||||
(let ((font-height
|
||||
(pcase hostname
|
||||
("zora" 100)
|
||||
("eddie" 100)
|
||||
("mandarax" 115)
|
||||
("valis" 80)
|
||||
("wipc23120423" 100)
|
||||
(_ 110))))
|
||||
(set-face-attribute 'default nil
|
||||
:family "Courier 10 Pitch"
|
||||
:height font-height))
|
||||
#+end_src
|
||||
|
||||
I also like a little more line spacing than default, again makes
|
||||
|
Loading…
x
Reference in New Issue
Block a user