Add font height for work laptop

This commit is contained in:
Camden Dixie O'Brien 2024-12-19 16:43:23 +00:00
parent 1c277c96da
commit 8ee2885405

View File

@ -117,16 +117,17 @@
height based off the hostname. height based off the hostname.
#+begin_src emacs-lisp #+begin_src emacs-lisp
(let ((font-height (let ((font-height
(pcase hostname (pcase hostname
("zora" 100) ("zora" 100)
("eddie" 100) ("eddie" 100)
("mandarax" 115) ("mandarax" 115)
("valis" 80) ("valis" 80)
(_ 110)))) ("wipc23120423" 100)
(set-face-attribute 'default nil (_ 110))))
:family "Courier 10 Pitch" (set-face-attribute 'default nil
:height font-height)) :family "Courier 10 Pitch"
:height font-height))
#+end_src #+end_src
I also like a little more line spacing than default, again makes I also like a little more line spacing than default, again makes