aboutsummaryrefslogtreecommitdiff
path: root/shoshimacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'shoshimacs.el')
-rw-r--r--shoshimacs.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/shoshimacs.el b/shoshimacs.el
index bee6420..b3071e6 100644
--- a/shoshimacs.el
+++ b/shoshimacs.el
@@ -354,8 +354,10 @@
(package-install 'darkroom)
-(let ((size (if (or (equal (system-name) "zebes") (equal (system-name) "ridley")) 16 12)))
- (set-frame-font (format "Victor Mono-%s" size)))
+(let* ((size (if (or (equal (system-name) "zebes") (equal (system-name) "ridley")) 16 12))
+ (font (format "Victor Mono-%s" size)))
+ (add-to-list 'default-frame-alist
+ `(font . ,font)))
(global-hl-line-mode t)