Skip to content

Instantly share code, notes, and snippets.

@albertstartup
Last active August 5, 2016 12:09
Show Gist options
  • Save albertstartup/6dccfee6b5bacd5779c060022adf3d79 to your computer and use it in GitHub Desktop.
Save albertstartup/6dccfee6b5bacd5779c060022adf3d79 to your computer and use it in GitHub Desktop.
Hide backup files (~filename) in temporary directory.
;;; hide-backup.el --- Hide backup files (~filename) in temporary directory.
(setq backup-directory-alist
`((".*" . ,temporary-file-directory)))
(provide 'hide-backup)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment