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

Make super-save-auto-save-when-idle buffer local #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

byhc2
Copy link

@byhc2 byhc2 commented May 17, 2020

In some cases idle save should be shutdown. For example,
if a function such as 'gofmt-before-save or
'go-remove-unused-imports is added in before-save-hook, then
every idle-save will format the code. Some lines/characters
might be deleted if the format tool believes it were unused,
which may not be true. Make this variable buffer local will
solve this problem.

In some cases idle save should be shutdown. For example,
if a function such as 'gofmt-before-save or
'go-remove-unused-imports is added in before-save-hook, then
every idle-save will format the code. Some lines/characters
might be deleted if the format tool believes it were unused,
which may not be true. Make this variable buffer local will
solve this problem.
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