diff options
author | Colin Okay <colin@cicadas.surf> | 2022-08-11 07:36:09 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-08-11 07:36:09 -0500 |
commit | 11054ec85e25d57ba73469e0958b3517a9c13bd8 (patch) | |
tree | 1f4d60aff29e61fab1acd840df57a683dd5de1c2 | |
parent | f89a0618aa862b6953ade8d4680130fa076a721f (diff) |
[themes]
-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)) |