summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-11-18 12:54:35 -0600
committerCraig Jennings <c@cjennings.net>2025-11-18 12:54:35 -0600
commitc97b01a4051189f4ea34b2c21e62c6b589d7e2c0 (patch)
treec7e67df6de4c14f257e7757af510a1ddb0c4934b
parent2da0e8001ae390920f31f1db5e56aa2ed68bf1be (diff)
feat(dirvish): Add project clipper shortcut (pc)
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
-rw-r--r--modules/dirvish-config.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/dirvish-config.el b/modules/dirvish-config.el
index 40e21cde..fc399d11 100644
--- a/modules/dirvish-config.el
+++ b/modules/dirvish-config.el
@@ -236,6 +236,7 @@ regardless of what file or subdirectory the point is on."
("mx" "~/music/" "music")
("pdx" "~/projects/documents/" "project documents")
("pdl" "~/projects/danneel/" "project danneel")
+ ("pc" "~/projects/clipper/" "project clipper")
("pl" "~/projects/elibrary/" "project elibrary")
("pf" "~/projects/finances/" "project finances")
("pjr" "~/projects/jr-estate/" "project jr-estate")