commit 36448669d526ab203fd1d2098f4aafba17269958
parent e4470461129452261871bd1dcc06be1210568dfa
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sat, 17 Jul 2021 10:22:05 +0200
Set new option to prevent Dired buffers from piling up
Time to unlearn 'dired-find-alternate-file'.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.emacs-custom.el b/.emacs-custom.el
@@ -15,6 +15,7 @@
'(completions-group t)
'(delete-selection-mode t)
'(diff-hl-flydiff-mode t)
+ '(dired-kill-when-opening-new-dired-buffer t)
'(dired-listing-switches "-al -Fhv --group-directories-first")
'(ediff-merge-split-window-function 'split-window-vertically)
'(ediff-split-window-function 'split-window-horizontally)