From 135ea6b726ecb5a5fb5fac833194a535d0230007 Mon Sep 17 00:00:00 2001 From: Grant Shoshin Shangreaux Date: Tue, 16 Aug 2022 19:35:45 -0500 Subject: Fix: theme loading before installation --- shoshimacs.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'shoshimacs.el') 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) -- cgit v1.2.3