Last active
August 5, 2016 12:09
-
-
Save albertstartup/6dccfee6b5bacd5779c060022adf3d79 to your computer and use it in GitHub Desktop.
Hide backup files (~filename) in temporary directory.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; 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