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

New possible value for `cider-prompt-save-file-on-load' #1271

Merged
merged 1 commit into from
Aug 23, 2015

Conversation

Malabarba
Copy link
Member

No description provided.

@@ -429,6 +429,9 @@ Buffer name will look like *cider-repl project-name:port*.
the buffer being loaded, if it's modified:

```el
;; Don't prompt nor save
(setq cider-prompt-save-file-on-load nil)
Copy link
Member

Choose a reason for hiding this comment

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

nil -> noconfirm

@bbatsov
Copy link
Member

bbatsov commented Aug 23, 2015

Not sure about the name of the config value (sounds a bit confusing to me), but that's definitely a good idea.

@Malabarba
Copy link
Member Author

What other value would be better? save-without-confirming? always-save?

@bbatsov
Copy link
Member

bbatsov commented Aug 23, 2015

always-save sounds better to me. Others are welcome to voice their opinions as well.

@Malabarba Malabarba force-pushed the noconfirm-on-save branch 2 times, most recently from ffc2bf9 to 0717556 Compare August 23, 2015 21:53
Malabarba added a commit that referenced this pull request Aug 23, 2015
New possible value for `cider-prompt-save-file-on-load'
@Malabarba Malabarba merged commit 1d270e4 into master Aug 23, 2015
@Malabarba Malabarba deleted the noconfirm-on-save branch August 23, 2015 22:02
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