From 5d08a6549a396ba78b6c7d52c9a74bca0ef35899 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Mon, 13 Oct 2025 11:12:07 +0100 Subject: Add dired narrow & subtree comments --- emacs-config.org | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit