diff options
author | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2022-09-14 09:22:03 -0500 |
---|---|---|
committer | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2022-09-14 09:22:03 -0500 |
commit | 291c6c13e3b42d3a6d813ab6e60a8a911f6a1dcf (patch) | |
tree | fa9ca5a862d9a91dada96e4275f9304e36ec50db | |
parent | a88e9526a70229b708e56217f47633a5e43b64ca (diff) |
Add: tangled file
-rw-r--r-- | shoshimacs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shoshimacs.el b/shoshimacs.el index 2763249..4a339d8 100644 --- a/shoshimacs.el +++ b/shoshimacs.el @@ -249,7 +249,7 @@ (package-install 'darkroom) -(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))) (global-hl-line-mode t) |