mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user