solarized-emacs

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

commit 2dd2699b2f315374333292b132dc0dc03719aba2
parent e77ddc10b43a5155e6c72608539df7c68802371d
Author: Philip Yang <darthsuogles@gmail.com>
Date:   Mon,  1 Jan 2018 00:42:19 -0800

Small fix for solarized-dark theme (#284)

Without the leading comma, emacs will report a error on `dired-async-message` for a mismatched type error `stringp red`.
Diffstat:
Msolarized.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solarized.el b/solarized.el @@ -367,7 +367,7 @@ customize the resulting theme." `(dired-async-message ((,light-class (:background ,yellow-l )) (,dark-class (:background ,yellow )))) `(dired-async-mode-message ((,light-class (:background ,red-l)) - (,dark-class (:background red)))) + (,dark-class (:background ,red)))) ;;;;; dired-efap `(dired-efap-face ((,class (:box nil :background ,base02