summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-07-17 10:22:05 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-07-17 10:22:05 +0200
commit36448669d526ab203fd1d2098f4aafba17269958 (patch)
tree6d7e3215214d93db16f038f3a6eceecd6cf1dcba
parente4470461129452261871bd1dcc06be1210568dfa (diff)
downloaddotfiles-36448669d526ab203fd1d2098f4aafba17269958.tar.xz
Set new option to prevent Dired buffers from piling up
Time to unlearn 'dired-find-alternate-file'.
-rw-r--r--.emacs-custom.el1
1 files changed, 1 insertions, 0 deletions
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)