X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/8900a114cfe8cb3aa9193e28de4c34274e0dbe0a..bc93581426c3ab1d50bbd5ccde241bf125c2c2da:/el/dot-emacs.el diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 26cfb63..30b8559 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -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")