configure dired-aux variables

`dired-create-destination-dirs` : set to "ask", non-existent directories will be
created when copying, if the user consents.
`dired-vc-rename-file` : rename file using the vc system, if present
This commit is contained in:
t-e-r-m 2020-08-29 18:45:31 +05:30
parent b3077c9625
commit 0ef8f0031f

View file

@ -168,6 +168,10 @@ we have to clean it up ourselves."
(global-set-key [remap find-dired] #'fd-dired)
(set-popup-rule! "^\\*F\\(?:d\\|ind\\)\\*$" :ignore t))
(use-package! dired-aux
:config
(setq dired-create-destination-dirs 'ask
dired-vc-rename-file t))
;;;###package dired-git-info
(map! :after dired