fix doxygen highlight
This commit is contained in:
parent
601a76bff3
commit
91715bbf93
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue