mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Always prioritize custom-theme-directory
Over plugins/built-in themes.
This commit is contained in:
@ -548,6 +548,11 @@ windows, switch to `doom-fallback-buffer'. Otherwise, delegate to original
|
|||||||
;;
|
;;
|
||||||
;;; Theme & font
|
;;; 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
|
;; Underline looks a bit better when drawn lower
|
||||||
(setq x-underline-at-descent-line t)
|
(setq x-underline-at-descent-line t)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user