summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-02 11:07:56 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-02 11:08:03 -0700
commit411a318ebcdd0759d892bf1e5be3739e269ae8e7 (patch)
treec8d0c17ab856cc874aaa8668e498d82355effad4
parentf5f2b42b5700ba5f494f3539aad4ecf8b90ff97b (diff)
downloaddotfiles-411a318ebcdd0759d892bf1e5be3739e269ae8e7.tar.gz
add project-dired to project-switch-commands
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 55265aa9..dbd47525 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -391,6 +391,7 @@ windows side-by-side in the frame."
'((project-find-file "Find file")
(project-find-regexp "Find regexp")
(project-find-dir "Find directory")
+ (project-dired "Root Dired" "C-x C-j")
(project-vc-dir "VC-Dir")
(spw/project-vc-root-diff "VC-Diff" "D")
(spw/project-vc-print-root-log "VC-Log" "L")