aboutsummaryrefslogtreecommitdiff
path: root/shoshimacs.el
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.el
parent1facd32674f78b2e2ae2045cdd5104d87f5a9561 (diff)
Add: increased font size on hidpi machines
Diffstat (limited to 'shoshimacs.el')
-rw-r--r--shoshimacs.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/shoshimacs.el b/shoshimacs.el
index 3d5659c..80f4984 100644
--- a/shoshimacs.el
+++ b/shoshimacs.el
@@ -158,6 +158,7 @@
(org-babel-do-load-languages
'org-babel-load-languages
'((emacs-lisp . t)
+ (lisp . t)
(org . t)
(plantuml . t)
(shell . t)))
@@ -267,7 +268,7 @@
(package-install 'darkroom)
-(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)))
(global-hl-line-mode t)