Always prioritize custom-theme-directory

Over plugins/built-in themes.
This commit is contained in:
Henrik Lissner 2020-12-29 00:52:12 -05:00
parent 1f3530da6f
commit ae5cb5b957
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -548,6 +548,11 @@ windows, switch to `doom-fallback-buffer'. Otherwise, delegate to original
;;
;;; Theme & font
;; Always prioritize the user's themes above the built-in/packaged ones.
(setq custom-theme-load-path
(cons 'custom-theme-directory
(remq 'custom-theme-directory custom-theme-load-path)))
;; Underline looks a bit better when drawn lower
(setq x-underline-at-descent-line t)