diff --git a/lisp/lib/themes.el b/lisp/lib/themes.el index 00f3655f6..c4e35f8d3 100644 --- a/lisp/lib/themes.el +++ b/lisp/lib/themes.el @@ -3,6 +3,7 @@ ;;;###autoload (defconst doom-customize-theme-hook nil) +;;;###autoload (defun doom--run-customize-theme-hook (fn) "Run FN, but suppress any writes to `custom-file'." (letf! ((#'custom--should-apply-setting #'ignore)