Skip to content

Commit 481a2d1

Browse files
authored
Merge pull request #53 from conao3/feature
Remove mentioning real-auto-save-use-idle-timer config
2 parents 8e51241 + 46068ab commit 481a2d1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ For example, to use this mode only for org files, add this to your Emacs config:
3232

3333
By default, real-auto-save mode uses idle timer. If your emacs is idle, after `real-auto-save-interval` seconds it will save buffers.
3434

35-
If you want to save all your buffers, every `real-auto-save-interval` seconds, irrespective of idle time, use
36-
37-
(setq real-auto-save-use-idle-timer nil)
38-
35+
If you want to save all your buffers, every `real-auto-save-interval` seconds.
3936

4037
## Acknowledgments
4138

0 commit comments

Comments
 (0)