bbatsov / super-save

Save Emacs buffers when they lose focus
313 stars 20 forks source link

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

Open madorian opened 8 months ago

madorian commented 8 months ago

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 commented 8 months ago

Seems I already made a ticket for this;)

bbatsov commented 8 months ago

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

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