[Dired] Try out ‘dired-subtree’

This commit is contained in:
Daniel - 2018-02-22 16:55:17 +01:00
parent ffea25e085
commit da2c90b02c
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 5 additions and 1 deletions

View File

@ -865,7 +865,11 @@ are assumed to be of the form *.crt."
"size of all marked files: %s"
(progn
(re-search-backward "\\(^[0-9.,]+[a-za-z]+\\).*total$")
(match-string 1))))))))
(match-string 1))))))
(use-package dired-subtree)
(bind-key "i" 'dired-subtree-insert dired-mode-map)
(bind-key ";" 'dired-subtree-remove dired-mode-map)))
(use-package find-dired
:commands (find-dired)