Skip to content

Commit

Permalink
Fix unbalanced paran
Browse files Browse the repository at this point in the history
  • Loading branch information
yewton committed Apr 15, 2016
1 parent 3a52262 commit 0074d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenburn-theme.el
Expand Up @@ -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)))))
Expand Down

1 comment on commit 0074d0f

@nmyggg
Copy link

@nmyggg nmyggg commented on 0074d0f Apr 15, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

have a error )))))
fix ))))

Please sign in to comment.