We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
;; 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
((".*" . ,temporary-file-directory)) auto-save-file-name-transforms
— Reply to this email directly or view it on GitHub #1.
Sorry, something went wrong.
No branches or pull requests
I'm just wondering why after you define backup rules in https://github.com/TheBB/dotfiles/blob/master/emacs/spacemacs.el#L127:
you disable backups after that in:
https://github.com/TheBB/dotfiles/blob/master/emacs/spacemacs.el#L134
btw, thanks for sharing your config and great video https://www.youtube.com/watch?v=HKF41ivkBb0
The text was updated successfully, but these errors were encountered: