commit 00271aaf07ea3dd82cd4f3ad765edb53b6a5f608
parent a9483844f5118722af2d603a726a0fa973a4a310
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Wed, 2 May 2012 23:49:36 +0200
Shortened a small number of lines, only a formatting change.
Diffstat:
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/solarized-theme.el b/solarized-theme.el
@@ -224,9 +224,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))))
@@ -529,8 +531,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