branch: elpa/ample-theme
commit 75bd5c7f2fd45d6f3f68ea6f06e95175a7b4e4ce
Author: jordonbiondo <[email protected]>
Commit: jordonbiondo <[email protected]>
remove unnecessary comma
---
ample-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ample-theme.el b/ample-theme.el
index 3e1e3ca..961b8d9 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -613,7 +613,7 @@
;; magit
;; new
- `(magit-section-heading ((t (:foreground ,ample/blue,
:background nil))))
+ `(magit-section-heading ((t (:foreground ,ample/blue
:background nil))))
`(magit-section-heading-selection ((t (:foreground ,ample/lighter-blue))))
`(magit-hash ((t (:foreground ,ample/purple
:background nil))))
`(magit-branch-local ((t (:foreground ,ample/orange
:background nil))))