Skip to content

Automatically save your all your buffers/files at regular intervals in Emacs!

Notifications You must be signed in to change notification settings

halueda/real-auto-save

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MELPA

real-auto-save

Automatically save your all your files at regular intervals.

Installation

package.el

MELPA

You can install a snapshot of real-auto-save from the MELPA repository.

Github

Download real-auto-save.el and put this file in a folder where Emacs can find it. Add following lines to your .emacs initialization file to enable auto save in all programming modes.

 (require 'real-auto-save)
 (add-hook 'prog-mode-hook 'real-auto-save-mode)

Auto save interval is 10 seconds by default. You can change it:

 (setq real-auto-save-interval 5) ;; in seconds

Acknowledgments

Thanks to Steve Purcell for reviewing and providing help with development.

Thanks to all contributors!

About

Automatically save your all your buffers/files at regular intervals in Emacs!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Emacs Lisp 82.6%
  • Makefile 17.4%