diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-10 12:49:52 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-10 12:49:52 -0600 |
| commit | 7e16f417590cb1de7dc3a9170985556eb5819a00 (patch) | |
| tree | 6afc95a40415b2fe319d8e513ad788508bff9e85 /modules/dirvish-config.el | |
| parent | 13311fe3e440e59e466d104ac507a0c2c7a1f4b1 (diff) | |
feat(dirvish): update shortcuts for health and homelab projects
Changed ph to phl for homelab, added phx for new health project.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'modules/dirvish-config.el')
| -rw-r--r-- | modules/dirvish-config.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/dirvish-config.el b/modules/dirvish-config.el index 784d6c36..32331821 100644 --- a/modules/dirvish-config.el +++ b/modules/dirvish-config.el @@ -240,7 +240,8 @@ regardless of what file or subdirectory the point is on." ("pl" "~/projects/elibrary/" "project elibrary") ("pf" "~/projects/finances/" "project finances") ("pjr" "~/projects/jr-estate/" "project jr-estate") - ("ph" "~/projects/homelab/" "project homelab") + ("phx" "~/projects/health/" "project health") + ("phl" "~/projects/homelab/" "project homelab") ("pk" "~/projects/kit/" "project kit") ("pn" "~/projects/nextjob/" "project nextjob") ("ps" ,(concat pix-dir "/screenshots/") "pictures screenshots") |
