auto-save buffer when idle #137
Replies: 4 comments
-
Hi @donneyluck , Thank you for the package, it provides exactly what I was looking for! I've used (defcustom auto-save-delete-trailing-whitespace nil
"Delete trailing whitespace when save if this option is non-nil.
Note, this option is non-nil, will delete all training whitespace execpet current line,
avoid delete current indent space when you programming."
:type 'boolean
:group 'auto-save) I've added support for |
Beta Was this translation helpful? Give feedback.
-
Done in ef19196, thank you again! |
Beta Was this translation helpful? Give feedback.
-
Just to know @donneyluck , I've switched back to |
Beta Was this translation helpful? Give feedback.
-
Okay, I understand everything. Thank you again for your configuration. |
Beta Was this translation helpful? Give feedback.
-
This package can save the buffer when idle. The effect is good. You can try it.
https://github.com/manateelazycat/auto-save
Beta Was this translation helpful? Give feedback.
All reactions