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:
parent
b3077c9625
commit
0ef8f0031f
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue