chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8900a11
)
el/dot-emacs.el: Override `font-lock-doc-face'.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 21 Apr 2023 16:09:48 +0000
(17:09 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 21 Apr 2023 16:13:25 +0000
(17:13 +0100)
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index 26cfb63c5afbf4d796b1d1b8a766defd26cada33..30b8559f57be562723bace33f7a4660b1b8fc2cb 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-1876,6
+1876,10
@@
(mdw-define-face font-lock-comment-face
(((min-colors 64)) :slant italic :foreground "SeaGreen1")
(((class color)) :foreground "green")
(t :weight bold))
+(mdw-define-face font-lock-doc-face
+ (((min-colors 64)) :slant italic :foreground "SeaGreen1")
+ (((class color)) :foreground "green")
+ (t :weight bold))
(mdw-define-face font-lock-string-face
(((min-colors 64)) :foreground "SkyBlue1")
(((class color)) :foreground "cyan")