aboutsummaryrefslogtreecommitdiff
path: root/shoshimacs.org
diff options
context:
space:
mode:
authorGrant Shangreaux <grant@unabridgedsoftware.com>2022-12-19 14:06:08 -0600
committerGrant Shangreaux <grant@unabridgedsoftware.com>2022-12-19 14:06:08 -0600
commit71c184ccd13759194e13c0b07f7bc83840786905 (patch)
tree514b359c1cc7b83d1b2398cfeb6879ae7f39fa68 /shoshimacs.org
parent1facd32674f78b2e2ae2045cdd5104d87f5a9561 (diff)
Add: increased font size on hidpi machines
Diffstat (limited to 'shoshimacs.org')
-rw-r--r--shoshimacs.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/shoshimacs.org b/shoshimacs.org
index 365d7e9..49ea526 100644
--- a/shoshimacs.org
+++ b/shoshimacs.org
@@ -921,7 +921,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 (system-name) "zebes") (equal (system-name) "ridley")) 14 12)))
+ (let ((size (if (or (equal (system-name) "zebes") (equal (system-name) "ridley")) 16 12)))
(set-frame-font (format "Victor Mono-%s" size)))
#+end_src