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

How can I save files changed in the background? #47

Open
madorian opened this issue Jan 7, 2024 · 2 comments
Open

How can I save files changed in the background? #47

madorian opened this issue Jan 7, 2024 · 2 comments

Comments

@madorian
Copy link

madorian commented Jan 7, 2024

If a file is changed in the background by scheduled elisp functions, super-save will not save it. It this a setting, to always save buffers?

@madorian
Copy link
Author

madorian commented Jan 7, 2024

Seems I already made a ticket for this;)

@bbatsov
Copy link
Owner

bbatsov commented Jan 8, 2024

You can use auto-saving in the background for this:

(setq super-save-auto-save-when-idle t)

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

No branches or pull requests

2 participants