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")
|
:ensure (highlight-doxygen :type git :host github :repo "pupbrained/highlight-doxygen")
|
||||||
:config
|
:config
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
'(highlight-doxygen-comment
|
'(highlight-doxygen-comment ((t (:inherit font-lock-comment-face))))
|
||||||
((t :inherit font-lock-comment-face)))
|
'(highlight-doxygen-code-block ((t (:inherit font-lock-type-face)))))
|
||||||
'(highlight-doxygen-code-block
|
(highlight-doxygen-global-mode 1))
|
||||||
((t :inherit font-lock-type-face)))
|
|
||||||
(highlight-doxygen-global-mode 1)))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** GitHub Copilot
|
*** GitHub Copilot
|
||||||
|
|
Loading…
Reference in a new issue