aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-12-16 15:31:15 -0500
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-12-16 15:31:15 -0500
commit73eb799ff4bdc5958f3fb39ad11a0b4df7e1e35b (patch)
treed84c88c01a96be1d0cdddd38ddffd5dea381a259
parentAdd hledger (diff)
downloadmmosmacs-73eb799ff4bdc5958f3fb39ad11a0b4df7e1e35b.tar.gz
mmosmacs-73eb799ff4bdc5958f3fb39ad11a0b4df7e1e35b.tar.bz2
mmosmacs-73eb799ff4bdc5958f3fb39ad11a0b4df7e1e35b.zip
Stop dired opening so many buffers
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index a6c4cc3..80328eb 100644
--- a/init.el
+++ b/init.el
@@ -803,6 +803,9 @@
803(use-package dired-hacks 803(use-package dired-hacks
804 :straight t) 804 :straight t)
805 805
806;; Stop dired opening so many buffers
807(setq dired-kill-when-opening-new-dired-buffer t)
808
806 809
807;; --------------------------------- 810;; ---------------------------------
808;; Project management 811;; Project management