diff options
Diffstat (limited to 'smart-documents.org')
-rw-r--r-- | smart-documents.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smart-documents.org b/smart-documents.org index 38b2684..d99bbfd 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -1658,8 +1658,8 @@ purposefully and iteratively. #+BEGIN_SRC emacs-lisp :tangle yes (setq custom-theme-directory (concat user-emacs-directory "themes/")) - (load-theme 'blendoit-light) - ;; (load-theme 'blendoit-dark) + ;; (load-theme 'sd-light) + (load-theme 'sd-dark) #+END_SRC ** My light and dark themes |