Skip to content

Commit

Permalink
tweak(dired-aux): ask before creating destination dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 19, 2024
1 parent 173d00c commit 01b9a42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/me-builtin.el
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,8 @@ or file path may exist now."

(use-package dired-aux
:custom
(dired-vc-rename-file t))
(dired-vc-rename-file t)
(dired-create-destination-dirs 'ask))

(use-package doc-view
:custom
Expand Down

0 comments on commit 01b9a42

Please sign in to comment.