Search found 1 match

by sollidsnake
Sat Aug 10, 2013 10:11 pm
Forum: Emacs Lisp
Topic: Auto backup hook
Replies: 2
Views: 17370

Auto backup hook

Hi all! I'm a Vim user trying to migrate to Emacs. When using Vim I wrote a simple code (in vimscript) where it saves me a copy of my working file (with the file name plus date and time) everytime I open or save it. I tried doing it with Emacs but ended up in a loophole. Here's what I wrote so far: ...