diff options
author | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2022-09-14 09:21:31 -0500 |
---|---|---|
committer | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2022-09-14 09:21:31 -0500 |
commit | a88e9526a70229b708e56217f47633a5e43b64ca (patch) | |
tree | 0cd24c02f4d2fa9a317fae7158870b99c4103be2 | |
parent | e3f369abdd7cfac6067e624699e643b166162620 (diff) |
Add: smaller font size for some hosts
-rw-r--r-- | shoshimacs.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shoshimacs.org b/shoshimacs.org index 8e685b0..207f938 100644 --- a/shoshimacs.org +++ b/shoshimacs.org @@ -868,7 +868,7 @@ depending on the window layout currently in use. For code, I've grown fond of Victor Mono. #+begin_src emacs-lisp - (let ((size (if (or (equal (my-hostname) "zebes") (equal (my-hostname) "ridley")) 16 12))) + (let ((size (if (or (equal (my-hostname) "zebes") (equal (my-hostname) "ridley")) 14 12))) (set-frame-font (format "Victor Mono-%s" size))) #+end_src |