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

Stopping auto comments #644

Closed
sirmspencer opened this issue May 13, 2020 · 3 comments
Closed

Stopping auto comments #644

sirmspencer opened this issue May 13, 2020 · 3 comments

Comments

@sirmspencer
Copy link

sirmspencer commented May 13, 2020

How do I stop the newish feature that continues the comment level on return?

For example if I return after this line, it add more comments automatically.

;; Add title comment

After return

;; Add title comment
;;
@bpringe
Copy link
Member

bpringe commented May 13, 2020

@PEZ Is there a way to disable? I'm guessing we need to add a setting for this. It has annoyed me too recently 😄

@sirmspencer
Copy link
Author

It certainly can be a neat feature but I dont want it way more often than I do. Maybe change it to a paredit key stroke?

@PEZ
Copy link
Collaborator

PEZ commented May 14, 2020

What I do is use Undo when I don't want the continuation. There's a flaw with that stil where we don't put an undo-step before we add the semi-colons, making any auto-indentation undone as well, but that can be easily fixed.

I'm always default against settings. 😄 But, yeah, if the auto-continuation annoys you, I would merge a PR which adds a setting for if the behaviour is wanted or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants