Kill dired buffers when switching directories

This works only in Emacs 28.1+.
This commit is contained in:
Daniel - 2022-04-29 09:26:14 +02:00
parent 726f3c1934
commit 8a264d7c1e
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 0 deletions

View File

@ -2027,6 +2027,7 @@
dired-recursive-deletes 'top
dired-create-destination-dirs 'ask
dired-vc-rename-file t
dired-kill-when-opening-new-dired-buffer t
;; Dont use obsolete diredx local variables
dired-enable-local-variables nil