diff options
author | Colin Okay <colin@cicadas.surf> | 2022-08-12 08:28:07 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-08-12 08:28:07 -0500 |
commit | 1667f807fcb9ffb50b15da9fbaeba88a617c1adf (patch) | |
tree | 0bda3c0ffa5ef1b37db9f502d66426b2d94904e4 | |
parent | 912aee240c25594846b7161bbcc99ded2180205b (diff) |
more [theme] twiddling
-rw-r--r-- | init-el.org | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/init-el.org b/init-el.org index 21305f2..fc07bb4 100644 --- a/init-el.org +++ b/init-el.org @@ -586,9 +586,7 @@ So, to use this file for the very first time you must (setq my-installed-themes '(modus-themes - seoul256-theme - goose-theme)) - + tao-theme)) (dolist (package my-installed-themes) (when (not (package-installed-p package)) @@ -606,8 +604,8 @@ So, to use this file for the very first time you must (setq *my-themes* '(modus-operandi - goose - seoul256 + tao-yang + tao-yin modus-vivendi)) |