real-auto-save
real-auto-save copied to clipboard
Automatically save your all your buffers/files at regular intervals in Emacs!
I'm not an experiences Emacs package developer, so a review and feedback would be much appreciated! With the global mode enabled, one can disable `real-auto-save-mode` on a per-buffer or per-major-mode...
Close #54
how to i disable this minor mode automatically in TRAMP?
In addition to asking users to enable real-auto-save, we need to provide `real-auto-save-enable` function which activates real-auto-save mode in all writable buffers.
`$ git show -p 46068abcd0e694556057733be11498c53cbc6e50` ``` commit 46068abcd0e694556057733be11498c53cbc6e50 Author: conao3 Date: Wed Jul 1 12:17:46 2020 +0900 remove mentioning real-auto-save-use-idle-timer config diff --git a/README.md b/README.md index 55e66a6..72ccdd8 100644 --- a/README.md...
first of all, thanks for you work, is great. when I use helm's C-j to preview file, there will be a message of `Aborting an helm session running in background`,then...
I assume this is caused by relying only on `buffer-name` to identify buffers. and/or not removing that hook when a buffer is renamed (by Emacs) when opening a second file...
Every time, timer time out, following is executed and a dialogue pops up. (yes-or-no-p "%s has changed since visited or saved. Save anyway? ") It is very anoying and sometimes...
When I rename a file with denote-rename-file from the denote-library real-auto-save gets confused and tries to save the old buffer. Error running timer ‘real-auto-save-buffers’: (error "No buffer named umbenannt.org")