aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-12-26 07:57:24 -0800
committerColin Okay <colin@cicadas.surf>2022-12-26 07:57:24 -0800
commitce4b2d8bb1c2d8969f2ca4c01ab5c19b695881a5 (patch)
tree317b1b3d05e92c947fac2b07f26a3cb46d195199
parentafff8c47b5598027a26a5d981476a8ea08819604 (diff)
much theme twiddling
-rw-r--r--init-el.org25
1 files changed, 12 insertions, 13 deletions
diff --git a/init-el.org b/init-el.org
index eda6938..c7a8133 100644
--- a/init-el.org
+++ b/init-el.org
@@ -641,19 +641,18 @@ So, to use this file for the very first time you must
;(load "~/.emacs.d/shanty-themes.el")
(setq my-installed-themes
- '(modus-themes
- stimmung-themes
- shanty-themes
- ef-themes
- dracula-theme))
+ '(gandalf-theme
+ modus-themes
+ shanty-themes))
(dolist (package my-installed-themes)
(when (not (package-installed-p package))
(package-install package)))
;; starting theme
-(load-theme 'modus-vivendi t)
+;;(load-theme 'modus-vivendi t)
+;(load-theme 'lab-dark t)
#+end_src
*** Theme Switcher
@@ -662,15 +661,14 @@ So, to use this file for the very first time you must
#+begin_src elisp :results none
(setq *my-themes*
- '(
- modus-operandi
+ '(modus-operandi
shanty-themes-light
- ef-duo-light
- dracula
+ gruvbox-light-hard
+ gruvbox-dark-medium
shanty-themes-dark
- ef-cherie
- ef-autumn
- modus-vivendi ))
+ modus-vivendi))
+
+(load-theme 'gruvbox-dark-medium t)
(defun my-theme-string ()
(if (car custom-enabled-themes)
@@ -1276,6 +1274,7 @@ mu index
(setq elfeed-feeds
'(
+ ("https://tinyklaus.substack.com/feed" ufology oddball frontpage)
("https://thereader.mitpress.mit.edu/when-cities-treated-cars-as-dangerous-intruders/feed"
frontpage culture philosophy science)
("https://blog.p-cos.net/categories/lisp/feed.xml" lisp frontpage)