Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix #1222] Add option to apply a single face to the results overlay #1245

Merged
merged 1 commit into from
Aug 7, 2015
Merged

Conversation

Malabarba
Copy link
Member

New variable, cider-ovelays-use-font-lock controls whether results overlay should be font-locked or just use a single face

New variable, cider-ovelays-use-font-lock controls whether results
overlay should be font-locked or just use a single face
:group 'cider
:package-version "0.9.1")

(defcustom cider-ovelays-use-font-lock t
Copy link
Member

Choose a reason for hiding this comment

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

I think the default should be nil.

Copy link
Member

Choose a reason for hiding this comment

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

This should also be mentioned in the README (in the common config section).

Copy link
Member Author

Choose a reason for hiding this comment

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

I think the default should be nil.

If overlays will be ON, then yes this should be nil.
If overlays will be OFF by default, then I think we can leave this as t (since people will have to explicitly enable overlays, they won't be surprised by it).

I just don't which of the two we want yet.

Copy link
Member

Choose a reason for hiding this comment

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

The overlays generated only positive feedback for far, so I think we'll leave them on by default.

@Malabarba
Copy link
Member Author

Readme added

bbatsov added a commit that referenced this pull request Aug 7, 2015
[Fix #1222] Add option to apply a single face to the results overlay
@bbatsov bbatsov merged commit 18e7bc4 into clojure-emacs:master Aug 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants