aboutsummaryrefslogtreecommitdiff
path: root/shoshimacs.el
diff options
context:
space:
mode:
authorGrant Shoshin Shangreaux <shoshin@cicadas.surf>2022-08-16 19:35:45 -0500
committerGrant Shoshin Shangreaux <shoshin@cicadas.surf>2022-08-16 19:35:45 -0500
commit135ea6b726ecb5a5fb5fac833194a535d0230007 (patch)
tree4d0fdd84342499732601837ab419877597d3588d /shoshimacs.el
parent740eb2aa02fffeff3322a148a037690f29a01e5d (diff)
Fix: theme loading before installation
Diffstat (limited to 'shoshimacs.el')
-rw-r--r--shoshimacs.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/shoshimacs.el b/shoshimacs.el
index ffd98c1..52ea911 100644
--- a/shoshimacs.el
+++ b/shoshimacs.el
@@ -52,7 +52,7 @@
(cadr pair)))
(quote ,(seq-partition pairs 2)))))
-(defvar *my-config* "~/projects/shoshimacs/shoshin-config.org"
+(defvar *my-config* "~/projects/shoshimacs/shoshimacs.org"
"Path to my main configuration file.")
(defun my-configuration ()
@@ -182,8 +182,6 @@
(global-hl-line-mode t)
-(load-theme (seq-random-elt my-chosen-themes))
-
(mapc #'package-install my-themes-to-install)
(package-install 'windresize)