【已解决】doom emacs 下 custom-set-face问题

请假下为什么有些face,比方说magit-diff-file-heading,在启动时没法生效,应该是hook的问题。

(custom-set-faces!
  `(magit-diff-file-heading :background ,(doom-blend 'blue 'base0 0.2))
  `(magit-diff-file-heading-highlight :background ,(doom-blend 'blue 'base0 0.5)))