From 676482859db3d9d2bf85908cd4a28acce5462c5f Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sun, 14 Aug 2022 01:17:11 +0200 Subject: [PATCH] Navigate with one dired buffer only --- config.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.el b/config.el index 234cb6b..58dd13f 100644 --- a/config.el +++ b/config.el @@ -410,6 +410,8 @@ ;; ----------------------------------------------------------------------------- (setq-default + ;; Don't keep dired directories around when navigating. + dired-kill-when-opening-new-dired-buffer t ;; Standard fill-column width. fill-column 100 ;; Do not use tab characters for indentation.