From bac9a0beba3b14256875759d5d0f1338e26a443e Mon Sep 17 00:00:00 2001 From: shoshin Date: Mon, 4 Jul 2022 15:58:01 -0500 Subject: Clean: [themes] adjustments --- shoshin-config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shoshin-config.org') 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)) -- cgit v1.2.3