diff options
Diffstat (limited to 'init-el.org')
-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)) |