el/dot-emacs.el: Override `font-lock-doc-face'.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 21 Apr 2023 16:09:48 +0000 (17:09 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 21 Apr 2023 16:13:25 +0000 (17:13 +0100)
el/dot-emacs.el

index 26cfb63..30b8559 100644 (file)
@@ -1876,6 +1876,10 @@ doesn't match any of the regular expressions in
   (((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")