aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shoshimacs.el2
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)