Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about backup config #1

Open
d1egoaz opened this issue Oct 19, 2015 · 1 comment
Open

Question about backup config #1

d1egoaz opened this issue Oct 19, 2015 · 1 comment

Comments

@d1egoaz
Copy link

d1egoaz commented Oct 19, 2015

I'm just wondering why after you define backup rules in https://github.com/TheBB/dotfiles/blob/master/emacs/spacemacs.el#L127:

   ;; Backups
   backup-directory-alist `((".*" . ,temporary-file-directory))
   auto-save-file-name-transforms `((".*" ,temporary-file-directory t))
   backup-by-copying t
   delete-old-versions t
   kept-new-versions 6
   kept-old-versions 2

you disable backups after that in:
https://github.com/TheBB/dotfiles/blob/master/emacs/spacemacs.el#L134

make-backup-files nil

btw, thanks for sharing your config and great video https://www.youtube.com/watch?v=HKF41ivkBb0

@TheBB
Copy link
Owner

TheBB commented Oct 20, 2015

Just stuck there from an older version I suppose.
On Oct 20, 2015 1:28 AM, "Diego Alvarez" notifications@github.com wrote:

I'm just wondering why after you define backup rules in
https://github.com/TheBB/dotfiles/blob/master/emacs/spacemacs.el#L127:

;; Backups
backup-directory-alist ((".*" . ,temporary-file-directory)) auto-save-file-name-transforms((".*" ,temporary-file-directory t))
backup-by-copying t
delete-old-versions t
kept-new-versions 6
kept-old-versions 2

you disable backups after that in:
https://github.com/TheBB/dotfiles/blob/master/emacs/spacemacs.el#L134

make-backup-files nil

btw, thanks for sharing your config and great video
https://www.youtube.com/watch?v=HKF41ivkBb0


Reply to this email directly or view it on GitHub
#1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants