Emacs: Highlight code blocks in doxygen comments.
This commit is contained in:
parent
eae07712e3
commit
e85bb766d7
|
@ -1,6 +1,6 @@
|
|||
;;; c++.el --- C++ settings. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2020-03-27T13:52:06+0100>
|
||||
;; Time-stamp: <2020-03-27T16:43:49+0100>
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
|
@ -49,11 +49,8 @@
|
|||
:custom-face
|
||||
(highlight-doxygen-comment ((t (:inherit font-lock-comment-face
|
||||
:foreground "#667788"))))
|
||||
(highlight-doxygen-code-block ((t (:inherit highlight-doxygen-comment-face))))
|
||||
|
||||
:hook
|
||||
(prog-mode . highlight-doxygen-mode)
|
||||
)
|
||||
(highlight-doxygen-code-block ((t (nil)))) ; Disable background-color.
|
||||
:hook (prog-mode . highlight-doxygen-mode))
|
||||
|
||||
;; Set coding style.
|
||||
(use-package cc-mode
|
||||
|
|
Loading…
Reference in New Issue
Block a user