aboutsummaryrefslogtreecommitdiff
path: root/shoshin-config.org
diff options
context:
space:
mode:
Diffstat (limited to 'shoshin-config.org')
-rw-r--r--shoshin-config.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/shoshin-config.org b/shoshin-config.org
index 534804c..1b5eb16 100644
--- a/shoshin-config.org
+++ b/shoshin-config.org
@@ -613,7 +613,7 @@ not there. then i can ~mapc~ #'package-install over the list of themes.
#+begin_src emacs-lisp
(defvar my-themes-to-install
- '(alect-themes cyberpunk-theme dracula-theme nano-theme)
+ '(cyberpunk-theme dracula-theme nano-theme)
"List of themes to install when loading shoshimacs config.")
(mapc #'package-install my-themes-to-install)
#+end_src
@@ -627,7 +627,7 @@ candidates to ~consult-themes~.
#+begin_src emacs-lisp
(defvar my-chosen-themes
- '(cyberpunk dracula modus-operandi modus-vivendi
+ '(cyberpunk dracula leuven modus-operandi modus-vivendi
nano-dark nano-light tango tango-dark)
"List of themes I prefer for narrowing and random selection.")
(load-theme (seq-random-elt my-chosen-themes))