diff options
author | shoshin <shoshin@cicadas.surf> | 2022-07-28 18:58:19 -0500 |
---|---|---|
committer | shoshin <shoshin@cicadas.surf> | 2022-07-28 18:58:19 -0500 |
commit | 2d89bc4ded659777874ff2336f87084cb6a487d7 (patch) | |
tree | ba1c124d89347da04a7c4e9f718b1af835994b4c | |
parent | 401ee7104fdef1dc6e9b588201d9a70570f0f873 (diff) |
Fix: double theme loading on startup
-rw-r--r-- | shoshin-config.el | 1 | ||||
-rw-r--r-- | shoshin-config.org | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/shoshin-config.el b/shoshin-config.el index 0d6b729..2f3a30a 100644 --- a/shoshin-config.el +++ b/shoshin-config.el @@ -181,6 +181,5 @@ (load-theme (seq-random-elt my-chosen-themes)) (mapc #'package-install my-themes-to-install) -(load-theme (seq-random-elt my-chosen-themes)) (package-install 'windresize) diff --git a/shoshin-config.org b/shoshin-config.org index c0f143e..22c9f03 100644 --- a/shoshin-config.org +++ b/shoshin-config.org @@ -797,7 +797,6 @@ candidates to ~consult-themes~. #+begin_src emacs-lisp (mapc #'package-install my-themes-to-install) - (load-theme (seq-random-elt my-chosen-themes)) #+end_src ** windresize |