diff options
-rw-r--r-- | init-el.org | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/init-el.org b/init-el.org index f35b4fb..6439391 100644 --- a/init-el.org +++ b/init-el.org @@ -586,8 +586,6 @@ So, to use this file for the very first time you must (setq my-installed-themes '(modus-themes - underwater-theme - undersea-theme nord-theme)) @@ -607,11 +605,11 @@ So, to use this file for the very first time you must (setq *my-themes* '(modus-operandi - undersea + birds-of-paradise-plus nord - underwater modus-vivendi)) + (defun my-theme-string () (if (car custom-enabled-themes) (format "%s is current" (car custom-enabled-themes)) |