aboutsummaryrefslogtreecommitdiff
path: root/init-el.org
diff options
context:
space:
mode:
Diffstat (limited to 'init-el.org')
-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
;;