aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shoshimacs.el2
-rw-r--r--shoshimacs.org9
2 files changed, 11 insertions, 0 deletions
diff --git a/shoshimacs.el b/shoshimacs.el
index 01fe685..f6c50f6 100644
--- a/shoshimacs.el
+++ b/shoshimacs.el
@@ -261,4 +261,6 @@
(mapc #'package-install my-themes-to-install)
+(package-install 'autothemer)
+
(package-install 'windresize)
diff --git a/shoshimacs.org b/shoshimacs.org
index 6b4bab7..89394da 100644
--- a/shoshimacs.org
+++ b/shoshimacs.org
@@ -1004,6 +1004,15 @@ candidates to ~consult-themes~.
"List of themes I prefer for narrowing and random selection.")
#+end_src
+*** autothemer
+
+autothemer is a dependency of some nice themes, and a great tool
+for theme development.
+
+#+begin_src emacs-lisp
+ (package-install 'autothemer)
+#+end_src
+
** windresize
#+begin_src emacs-lisp