From 52ebac3d0e56a26f165d21d79e838d325e882da6 Mon Sep 17 00:00:00 2001 From: unmem Date: Sun, 4 Jul 2021 18:53:49 +0800 Subject: [PATCH] Remove stale document Close #54 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 72ccdd8..07fc4b1 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,6 @@ For example, to use this mode only for org files, add this to your Emacs config: By default, real-auto-save mode uses idle timer. If your emacs is idle, after `real-auto-save-interval` seconds it will save buffers. -If you want to save all your buffers, every `real-auto-save-interval` seconds. - ## Acknowledgments Thanks to [Steve Purcell](https://github.com/purcell) for reviewing and providing help with development.