commit ba8dccc943464fc755873a2b4e4b43cbab60ff4d
parent 6f7994ec6e67d50b3fe97be5a07b4adf03965d35
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Fri, 11 Mar 2016 23:41:44 +0100
Fix closing parens
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solarized.el b/solarized.el
@@ -1356,7 +1356,7 @@ customize the resulting theme."
:weight normal :slant normal :box (:color ,base02 :line-width 2)))))
`(magit-blame-date ((t (:background ,base02 :foreground ,violet
:weight bold :slant normal :box (:color ,base02 :line-width 2)))))
- `(magit-blame-summary ((t (:background ,base02 :foreground ,base0
+ `(magit-blame-summary ((t (:background ,base02 :foreground ,base0))))
;;;;;; references etc.
`(magit-dimmed ((t (:foreground ,base01))))
`(magit-hash ((t (:foreground ,base01))))