Set custom-theme-directory in core-ui
This commit is contained in:
parent
3f2c4b80e9
commit
5cb2395e08
2 changed files with 3 additions and 1 deletions
|
@ -547,6 +547,9 @@ windows, switch to `doom-fallback-buffer'. Otherwise, delegate to original
|
||||||
;;
|
;;
|
||||||
;;; Theme & font
|
;;; Theme & font
|
||||||
|
|
||||||
|
;; User themes should live in ~/.doom.d/themes, not ~/.emacs.d
|
||||||
|
(setq custom-theme-directory (concat doom-private-dir "themes/"))
|
||||||
|
|
||||||
;; Always prioritize the user's themes above the built-in/packaged ones.
|
;; Always prioritize the user's themes above the built-in/packaged ones.
|
||||||
(setq custom-theme-load-path
|
(setq custom-theme-load-path
|
||||||
(cons 'custom-theme-directory
|
(cons 'custom-theme-directory
|
||||||
|
|
|
@ -217,7 +217,6 @@ users).")
|
||||||
;; We avoid `no-littering' because it's a mote too opinionated for our needs.
|
;; We avoid `no-littering' because it's a mote too opinionated for our needs.
|
||||||
(setq async-byte-compile-log-file (concat doom-etc-dir "async-bytecomp.log")
|
(setq async-byte-compile-log-file (concat doom-etc-dir "async-bytecomp.log")
|
||||||
custom-file (concat doom-private-dir "custom.el")
|
custom-file (concat doom-private-dir "custom.el")
|
||||||
custom-theme-directory (concat doom-private-dir "themes/")
|
|
||||||
desktop-dirname (concat doom-etc-dir "desktop")
|
desktop-dirname (concat doom-etc-dir "desktop")
|
||||||
desktop-base-file-name "autosave"
|
desktop-base-file-name "autosave"
|
||||||
desktop-base-lock-name "autosave-lock"
|
desktop-base-lock-name "autosave-lock"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue