about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-01 20:10:35 -0600
committerCase Duckworth2020-12-01 20:10:35 -0600
commit125f31989426cf4d0faaa16bea84109b09a01bb5 (patch)
tree91f66c813602c15f90cc9f6ac60ea9b71a1f55f6 /config.org
parentCorrect parentheses (diff)
downloademacs-125f31989426cf4d0faaa16bea84109b09a01bb5.tar.gz
emacs-125f31989426cf4d0faaa16bea84109b09a01bb5.zip
Add dired-subtree
Diffstat (limited to 'config.org')
-rw-r--r--config.org11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.org b/config.org index d611533..162db1b 100644 --- a/config.org +++ b/config.org
@@ -1389,6 +1389,17 @@ I'm still figuring out what all I can do with =dired=.
1389 (bind-key "C-c w" #'wdired-change-to-wdired-mode 'dired-mode-map)) 1389 (bind-key "C-c w" #'wdired-change-to-wdired-mode 'dired-mode-map))
1390#+end_src 1390#+end_src
1391 1391
1392*** dired-subtree
1393
1394Part of the [[https://github.com/Fuco1/dired-hacks][dired-hacks]] package.
1395
1396#+begin_src emacs-lisp
1397 (use-package dired-subtree
1398 :bind (:map dired-mode-map
1399 (("i" . dired-subtree-insert)
1400 (";" . dired-subtree-remove))))
1401#+end_src
1402
1392** Proced 1403** Proced
1393 1404
1394The process editor. 1405The process editor.