Skip to content

Instantly share code, notes, and snippets.

@webframp
Created March 26, 2012 23:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save webframp/2210484 to your computer and use it in GitHub Desktop.
Save webframp/2210484 to your computer and use it in GitHub Desktop.
(setq
backup-by-copying t
backup-directory-alist
'(("." . "~/.saves"))
delete-old-versions t
kept-new-versions 5
kept-old-version 2
version-control t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment