solarized-emacs

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

commit c1ae539d3ae4d75f3f85489cd614ac5a679fc95e
parent d5bfc256c93f5975487152a3e47f6fe9c0c14646
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Date:   Wed,  2 May 2012 21:42:48 -0700

Merge pull request #31 from thomasf/line-length

Shortened a small number of lines, only a formatting change.
Diffstat:
Msolarized-theme.el | 12++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/solarized-theme.el b/solarized-theme.el @@ -233,9 +233,11 @@ `(eshell-ls-symlink ((,class (:foreground ,cyan :weight bold)))) ;; flymake - `(flymake-errline ((,class (:foreground ,red-hc :background ,red-lc :weight bold :underline t)))) + `(flymake-errline + ((,class (:foreground ,red-hc :background ,red-lc :weight bold :underline t)))) `(flymake-infoline ((,class (:foreground ,green-hc :background ,green-lc)))) - `(flymake-warnline ((,class (:foreground ,yellow-hc :background ,yellow-lc :weight bold :underline t)))) + `(flymake-warnline + ((,class (:foreground ,yellow-hc :background ,yellow-lc :weight bold :underline t)))) ;; flyspell `(flyspell-duplicate ((,class (:foreground ,yellow :weight bold :underline t)))) @@ -542,8 +544,10 @@ `(which-func ((,class (:foreground ,green)))) ;; yascroll - `(yascroll:thumb-text-area ((,class (:foreground ,solarized-comments :background ,solarized-comments)))) - `(yascroll:thumb-fringe ((,class (:foreground ,solarized-comments :background ,solarized-comments))))) + `(yascroll:thumb-text-area + ((,class (:foreground ,solarized-comments :background ,solarized-comments)))) + `(yascroll:thumb-fringe + ((,class (:foreground ,solarized-comments :background ,solarized-comments))))) (custom-theme-set-variables