solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 34e53e4e5ac513b9a0ace2e261f15d8efb59c022
parent dcb2a4a23fac2f22761579118ee21b4dd02f45d9
Author: Bozhidar Batsov <bozhidar@tradeo.com>
Date:   Tue,  9 Jul 2013 18:51:34 +0300

Remove obsolete face font-lock-doc-string-face

Diffstat:
Msolarized.el | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/solarized.el b/solarized.el @@ -251,7 +251,6 @@ `(font-lock-comment-face ((,class (:foreground ,solarized-comments)))) `(font-lock-constant-face ((,class (:foreground ,blue :weight bold)))) `(font-lock-doc-face ((,class (:foreground ,cyan :slant italic)))) - `(font-lock-doc-string-face ((,class (:foreground ,blue)))) `(font-lock-function-name-face ((,class (:foreground ,blue)))) `(font-lock-keyword-face ((,class (:foreground ,green :weight normal)))) `(font-lock-negation-char-face ((,class (:foreground ,yellow :weight bold))))