about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.org b/config.org index f52a56e..6ddbb0b 100644 --- a/config.org +++ b/config.org
@@ -1643,6 +1643,10 @@ move up a directory with a keybinding, I'll change =-a= to =-A=.
1643 dired-dwim-target t) 1643 dired-dwim-target t)
1644#+end_src 1644#+end_src
1645 1645
1646#+begin_src emacs-lisp :noweb-ref bindings
1647 (define-key acdw/map (kbd "C-x C-j") #'dired-jump)
1648#+end_src
1649
1646*** Expand subtrees :package: 1650*** Expand subtrees :package:
1647 1651
1648Instead of opening each folder in its own buffer, =dired-subtree= 1652Instead of opening each folder in its own buffer, =dired-subtree=