summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs-config.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs-config.org b/emacs-config.org
index 4b45e99..3d68a23 100644
--- a/emacs-config.org
+++ b/emacs-config.org
@@ -1965,11 +1965,16 @@ Automatically create a tab per project, providing a light tab-bar based workspac
https://github.com/Fuco1/dired-hacks
Collection of useful dired additions.
+Enable narrowing.
#+begin_src elisp
(use-package dired-narrow
:after dired
:bind (:map dired-mode-map
("/" . dired-narrow-regexp)))
+#+end_src
+
+Enable toggling file tree.
+#+begin_src elisp
(use-package dired-subtree
:after dired
:bind (:map dired-mode-map