From 2fa5c0c4dee78cc3b1edd67ff360a8da3fe4bf2f Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sat, 13 Aug 2022 11:41:18 -0500 Subject: halloweenie is now included in my init.el; temp shanty-themes install --- init-el.org | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'init-el.org') 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 <> <> +<> #+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 ;; -- cgit v1.2.3