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 /shoshin-config.org | |
parent | 401ee7104fdef1dc6e9b588201d9a70570f0f873 (diff) |
Fix: double theme loading on startup
Diffstat (limited to 'shoshin-config.org')
-rw-r--r-- | shoshin-config.org | 1 |
1 files changed, 0 insertions, 1 deletions
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 |