From 91715bbf9394249fe640e46f6993df324355bdbf Mon Sep 17 00:00:00 2001 From: pupbrained Date: Sun, 20 Oct 2024 14:22:23 -0400 Subject: [PATCH] fix doxygen highlight --- config.org | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/config.org b/config.org index 4af56f8..623b870 100644 --- a/config.org +++ b/config.org @@ -424,11 +424,9 @@ :ensure (highlight-doxygen :type git :host github :repo "pupbrained/highlight-doxygen") :config (custom-set-faces - '(highlight-doxygen-comment - ((t :inherit font-lock-comment-face))) - '(highlight-doxygen-code-block - ((t :inherit font-lock-type-face))) - (highlight-doxygen-global-mode 1))) + '(highlight-doxygen-comment ((t (:inherit font-lock-comment-face)))) + '(highlight-doxygen-code-block ((t (:inherit font-lock-type-face))))) + (highlight-doxygen-global-mode 1)) #+end_src *** GitHub Copilot