fix doxygen highlight

This commit is contained in:
Mars 2024-10-20 14:22:23 -04:00
parent 601a76bff3
commit 91715bbf93
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895

View file

@ -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