aboutsummaryrefslogtreecommitdiff
path: root/shoshimacs.org
diff options
context:
space:
mode:
Diffstat (limited to 'shoshimacs.org')
-rw-r--r--shoshimacs.org6
1 files changed, 1 insertions, 5 deletions
diff --git a/shoshimacs.org b/shoshimacs.org
index b1b0bee..ee08916 100644
--- a/shoshimacs.org
+++ b/shoshimacs.org
@@ -793,7 +793,7 @@ not there. then i can ~mapc~ #'package-install over the list of themes.
#+end_src
#+begin_src emacs-lisp
- (load-theme (seq-random-elt my-chosen-themes))
+ (mapc #'package-install my-themes-to-install)
#+end_src
*** chosen theme list and random loading on init
@@ -810,10 +810,6 @@ candidates to ~consult-themes~.
"List of themes I prefer for narrowing and random selection.")
#+end_src
-#+begin_src emacs-lisp
- (mapc #'package-install my-themes-to-install)
-#+end_src
-
** windresize
#+begin_src emacs-lisp