diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-18 12:54:35 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-18 12:54:35 -0600 |
| commit | 5092ccf08e8714c1f35b3db45c16ea7608d5c950 (patch) | |
| tree | c7e67df6de4c14f257e7757af510a1ddb0c4934b | |
| parent | ca5a891b6259e685a1631c20916a762bdc54a4e5 (diff) | |
| download | dotemacs-5092ccf08e8714c1f35b3db45c16ea7608d5c950.tar.gz dotemacs-5092ccf08e8714c1f35b3db45c16ea7608d5c950.zip | |
feat(dirvish): Add project clipper shortcut (pc)
| -rw-r--r-- | modules/dirvish-config.el | 1 |
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") |
