solarized-emacs

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

commit 9b11ec2ee044a7a64ea4dac9bdeb02f7c077a37c
parent 8f9a0e6c25d29bb05e58ebc80e689d2d2fbea258
Author: Michael Griffiths <mikey@cich.li>
Date:   Sun, 29 Mar 2015 22:08:49 +0100

Add cider-repl-err-output-face

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

diff --git a/solarized.el b/solarized.el @@ -557,6 +557,8 @@ customize the resulting theme." `(clojure-test-failure-face ((t (:foreground ,orange :weight bold :underline t)))) `(clojure-test-error-face ((t (:foreground ,red :weight bold :underline t)))) `(clojure-test-success-face ((t (:foreground ,green :weight bold :underline t)))) +;;;;; cider-repl-mode + `(cider-repl-err-output-face ((t (:inherit ,font-lock-warning-face :underline nil)))) ;;;;; cider-test-mode `(cider-test-failure-face ((t (:foreground ,orange :weight bold :underline t)))) `(cider-test-error-face ((t (:foreground ,red :weight bold :underline t))))