aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-08-13 11:41:18 -0500
committerColin Okay <colin@cicadas.surf>2022-08-13 11:41:18 -0500
commit2fa5c0c4dee78cc3b1edd67ff360a8da3fe4bf2f (patch)
tree5b74be4d40a2e055e60a5a461c404851ee131649
parent6c01967b654b023fa2395fb9e01e7a0a31232915 (diff)
halloweenie is now included in my init.el; temp shanty-themes install
-rw-r--r--init-el.org12
1 files changed, 7 insertions, 5 deletions
diff --git a/init-el.org b/init-el.org
index 2be29d5..d670954 100644
--- a/init-el.org
+++ b/init-el.org
@@ -578,6 +578,7 @@ So, to use this file for the very first time you must
#+begin_src elisp :noweb no-export :results none
<<ui-themes-installed>>
<<ui-themes-theme-switcher>>
+<<halloweenie>>
#+end_src
*** Installed Themes
@@ -587,9 +588,10 @@ So, to use this file for the very first time you must
(package-install 'autothemer) ;; for custom themes
+(load "~/.emacs.d/shanty-themes.el")
+
(setq my-installed-themes
- '(modus-themes
- tao-theme))
+ '(modus-themes))
(dolist (package my-installed-themes)
(when (not (package-installed-p package))
@@ -607,8 +609,8 @@ So, to use this file for the very first time you must
(setq *my-themes*
'(modus-operandi
- tao-yang
- tao-yin
+ shanty-themes-light
+ shanty-themes-dark
modus-vivendi))
@@ -657,7 +659,7 @@ So, to use this file for the very first time you must
*** Halloweenie
#+name: halloweenie
-#+begin_src elisp :tangle ~/.emacs.d/halloweenie-theme.el
+#+begin_src elisp
;; halloweenie - a Halloween emacs color theme.
;; Copyright (C) 2021 Colin Okay
;;