You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand the rationale for setting make-backup-files to nil (although the default value of vc-make-backup-files is already nil), but I think it isn't necessary to change the value of backup-by-copying and create-lockfiles. Here are my reasons:
The value of make-backup-files is already nil, so changing the value of backup-by-copying won't have any effect.
IMHO lockfiles are more important than backup files since they can prevent concurrent changes.
The text was updated successfully, but these errors were encountered:
Although spacemacs-auto-save-directory is in spacemacs-cache-directory by default, what I said in the original post was irrelevant to the auto-saving feature, and is still true in the current develop.
This old issue has been waiting for a response for more than one month. As no answer has been provided, we can not help further or know if the issue is still relevant. We are then closing it. Feel free to open a new issue if there is any news on this side, be sure to read this guide first and link this issue in the new one.
In spacemacs/config.el:
I suggest changing it to:
I understand the rationale for setting
make-backup-files
tonil
(although the default value ofvc-make-backup-files
is alreadynil
), but I think it isn't necessary to change the value ofbackup-by-copying
andcreate-lockfiles
. Here are my reasons:make-backup-files
is alreadynil
, so changing the value ofbackup-by-copying
won't have any effect.The text was updated successfully, but these errors were encountered: