Skip to content

Commit

Permalink
tweak(dired): better defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 19, 2024
1 parent efaa41c commit 173d00c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/me-builtin.el
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,10 @@ or file path may exist now."
:hook (dired-mode . turn-on-gnus-dired-mode)
:custom
(dired-dwim-target t)
(dired-auto-revert-buffer t))
(dired-auto-revert-buffer t)
(dired-recursive-copies 'always)
(dired-recursive-deletes 'top)
(dired-clean-confirm-killing-deleted-buffers nil))

(use-package dired-aux
:custom
Expand Down

0 comments on commit 173d00c

Please sign in to comment.