about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-27 15:57:48 -0600
committerCase Duckworth2021-01-27 15:57:48 -0600
commit6576dc9de62f1af23ce016e8381234107b9e9d8b (patch)
tree2b22a4ff5b64e7e2c030c6bab7c55a4a2861fbd8 /config.org
parentAdd hl-line-mode to org-agenda-mode-hook (diff)
downloademacs-6576dc9de62f1af23ce016e8381234107b9e9d8b.tar.gz
emacs-6576dc9de62f1af23ce016e8381234107b9e9d8b.zip
Add dired-jump keybinding
Diffstat (limited to 'config.org')
-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=