diff options
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -327,6 +327,9 @@ (defun jao-colors-scheme-dark-p () (equal "dark" (getenv "JAO_COLOR_SCHEME"))) +(customize-set-variable 'frame-background-mode + (if (jao-colors-scheme-dark-p) 'dark 'light)) + (setq custom-theme-directory (expand-file-name "lib/themes" jao-emacs-dir)) |