diff options
-rw-r--r-- | init-el.org | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/init-el.org b/init-el.org index c9fd649..f3a54bf 100644 --- a/init-el.org +++ b/init-el.org @@ -586,8 +586,8 @@ So, to use this file for the very first time you must (setq my-installed-themes '(modus-themes - birds-of-paradise-plus-theme - nord-theme)) + seoul256-theme + goose-theme)) (dolist (package my-installed-themes) @@ -595,7 +595,7 @@ So, to use this file for the very first time you must (package-install package))) ;; starting theme -(load-theme 'nord t) +(load-theme 'modus-vivendi t) #+end_src @@ -606,8 +606,8 @@ So, to use this file for the very first time you must (setq *my-themes* '(modus-operandi - birds-of-paradise-plus - nord + goose + seoul256 modus-vivendi)) |