diff options
Diffstat (limited to 'shoshimacs.el')
-rw-r--r-- | shoshimacs.el | 4 |
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) |