From 8ee2885405f571e30562dc2459a64e78efceacba Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Thu, 19 Dec 2024 16:43:23 +0000 Subject: [PATCH] Add font height for work laptop --- config.org | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/config.org b/config.org index ddf44db..cf5f5f7 100644 --- a/config.org +++ b/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