General

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~,...