summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar.batsov@gmail.com>2016-04-15 00:44:16 -0700
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-04-15 00:44:16 -0700
commita2d0d98739ae090f38bb6ac2b5f80c4f184b90d4 (patch)
tree9bfe4e6d7dad99f95f3efe66babc5ee500c86640
parent3a52262becc6bd489f4b8d2b252fa15116aaf238 (diff)
parent0074d0fb6a6ddd51359a8abdd2d89a3fe23e406b (diff)
Merge pull request #236 from yewton/fix-unbalanced-paren
Fix unbalanced paran
-rw-r--r--zenburn-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index e5613d1..8f05ed5 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -275,7 +275,7 @@ Also bind `class' to ((class color) (min-colors 89))."
;;;;; cider
`(cider-result-overlay-face ((t (:foreground ,zenburn-fg-1 :background unspecified))))
`(cider-enlightened-face ((t (:box (:color ,zenburn-orange :line-width -1)))))
- `(cider-enlightened-local-face ((t (:weight bold :foreground ,zenburn-green+1)))))
+ `(cider-enlightened-local-face ((t (:weight bold :foreground ,zenburn-green+1))))
`(cider-deprecated-face ((t (:background ,zenburn-yellow-2))))
`(cider-instrumented-face ((t (:box (:color ,zenburn-red :line-width -1)))))
`(cider-traced-face ((t (:box (:color ,zenburn-cyan :line-width -1)))))