solarized-emacs

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

commit 4e36a6fd7d70c95c6239b92f22c66e3bd0eb30a3
parent f682adea63a7125dbc24d2e71c7a4e57f7ae1861
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Tue,  7 Apr 2015 19:33:57 +0200

Remove underline from font-lock-warning-face

According to suggestion in #173

Diffstat:
Msolarized.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solarized.el b/solarized.el @@ -444,7 +444,7 @@ Alpha should be a float between 0 and 1." `(font-lock-string-face ((,class (:foreground ,cyan)))) `(font-lock-type-face ((,class (:foreground ,yellow)))) `(font-lock-variable-name-face ((,class (:foreground ,blue)))) - `(font-lock-warning-face ((,class (:foreground ,orange :weight bold :underline t)))) + `(font-lock-warning-face ((,class (:inherit error :weight bold)))) `(c-annotation-face ((,class (:inherit font-lock-constant-face)))) ;;;; Third-party ;;;;; ace-jump-mode