aboutsummaryrefslogtreecommitdiff
path: root/shoshin-config.el
diff options
context:
space:
mode:
authorshoshin <shoshin@cicadas.surf>2022-07-28 18:58:19 -0500
committershoshin <shoshin@cicadas.surf>2022-07-28 18:58:19 -0500
commit2d89bc4ded659777874ff2336f87084cb6a487d7 (patch)
treeba1c124d89347da04a7c4e9f718b1af835994b4c /shoshin-config.el
parent401ee7104fdef1dc6e9b588201d9a70570f0f873 (diff)
Fix: double theme loading on startup
Diffstat (limited to 'shoshin-config.el')
-rw-r--r--shoshin-config.el1
1 files changed, 0 insertions, 1 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)