From 36448669d526ab203fd1d2098f4aafba17269958 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 17 Jul 2021 10:22:05 +0200 Subject: Set new option to prevent Dired buffers from piling up Time to unlearn 'dired-find-alternate-file'. --- .emacs-custom.el | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs-custom.el') diff --git a/.emacs-custom.el b/.emacs-custom.el index 59eca6c..5cf5154 100644 --- 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) -- cgit v1.2.3