branch: elpa/alect-themes
commit 161f870cf68df4daf46d56cf2dc5ab6ec42092b6
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    Remove unknown font-lock face
---
 alect-themes.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/alect-themes.el b/alect-themes.el
index 7c87916..e77eb1c 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -698,7 +698,6 @@ For INVERT, see `alect-get-color'."
          (font-lock-comment-delimiter-face ((,c :inherit 
font-lock-comment-face)))
          (font-lock-constant-face          ((,c :foreground ,(gc 'cyan-1))))
          (font-lock-doc-face               ((,c :foreground ,(gc 'fg-1) :slant 
italic)))
-         (font-lock-doc-string-face        ((,c :foreground ,(gc 'cyan+2))))
          (font-lock-function-name-face     ((,c :foreground ,(gc 'blue-1))))
          (font-lock-keyword-face           ((,c :foreground ,(gc 'blue+1) 
:weight bold)))
          (font-lock-negation-char-face     ((,c :foreground ,(gc 'blue))))

Reply via email to