Numbered backups in jed

Cool. I’d been wanting to have this for a while. Turns out that it is built into jed. Just put this in your .jedrc:

backups_on ();   % numbered backups instead of just ~ - see backups.sl

Instead of foo~, now you get foo.~1~, foo.~2~, foo.~3~, etc…

One thought on “Numbered backups in jed

Leave a Reply

Your email address will not be published. Required fields are marked *