Always prioritize custom-theme-directory
Over plugins/built-in themes.
This commit is contained in:
parent
1f3530da6f
commit
ae5cb5b957
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue