Another try inspred by emacs-color-themes

This commit is contained in:
Yann Esposito (Yogsototh) 2021-11-08 14:07:54 +01:00
parent 2f4a3f6386
commit d9c3dc1fed
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
1 changed files with 5 additions and 2 deletions

View File

@ -36,9 +36,12 @@
(require 'hl-sentence)
(defvar doom-theme)
;; load the local themes
(add-to-list 'custom-theme-load-path
(concat (file-name-directory (or load-file-name buffer-file-name)) "themes"))
(let ((dir (file-name-directory (or load-file-name buffer-file-name))))
(add-to-list 'custom-theme-load-path (concat dir "/themes")))
;; configuration
(defvar zen-writer-light-theme 'doom-zen-writer