diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-07-17 10:22:05 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-07-17 10:22:05 +0200 |
| commit | 36448669d526ab203fd1d2098f4aafba17269958 (patch) | |
| tree | 6d7e3215214d93db16f038f3a6eceecd6cf1dcba /.emacs-custom.el | |
| parent | e4470461129452261871bd1dcc06be1210568dfa (diff) | |
| download | dotfiles-36448669d526ab203fd1d2098f4aafba17269958.tar.xz | |
Set new option to prevent Dired buffers from piling up
Time to unlearn 'dired-find-alternate-file'.
Diffstat (limited to '.emacs-custom.el')
| -rw-r--r-- | .emacs-custom.el | 1 |
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) |
