Move vc-follow-symlinks to core-editor
And remove vc-make-backup-files setting. nil is already its default
This commit is contained in:
parent
385ff35ad8
commit
bc89de4228
2 changed files with 2 additions and 7 deletions
|
@ -56,7 +56,8 @@ possible."
|
|||
|
||||
;; Resolve symlinks when opening files, so that any operations are conducted
|
||||
;; from the file's true directory (like `find-file').
|
||||
(setq find-file-visit-truename t)
|
||||
(setq find-file-visit-truename t
|
||||
vc-follow-symlinks t)
|
||||
|
||||
;; Disable the warning "X and Y are the same file". It's fine to ignore this
|
||||
;; warning as it will redirect you to the existing buffer anyway.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue