diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-12 02:06:18 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-12 02:06:18 -0500 |
| commit | 7a461ea89a2981650e3a88bc24be9400fbdce333 (patch) | |
| tree | 0d554c5134052e848254b261ad8081ceaf83e12b /modules | |
| parent | 3a8eeb906c0cef93b5051786c8aa652cb2faf93f (diff) | |
| download | dotemacs-7a461ea89a2981650e3a88bc24be9400fbdce333.tar.gz dotemacs-7a461ea89a2981650e3a88bc24be9400fbdce333.zip | |
chore(dirvish): update quick-access paths for projects/home layout
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/dirvish-config.el | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/dirvish-config.el b/modules/dirvish-config.el index 43ac39eca..4b3f61bd2 100644 --- a/modules/dirvish-config.el +++ b/modules/dirvish-config.el @@ -403,16 +403,16 @@ Uses feh on X11, swww on Wayland." ("lx" "~/archive/lectures/" "lectures") ("mb" "/media/backup/" "backup directory") ("mx" "~/music/" "music") - ("pdx" "~/projects/documents/" "project documents") - ("pdl" "~/projects/danneel/" "project danneel") + ("pdx" "~/projects/home/documents/" "documents area") + ("pdl" "~/projects/home/danneel/" "project danneel") ("pcl" "~/projects/home/clipper/" "clipper area") ("pwk" "~/projects/work/" "project work") - ("pl" "~/projects/elibrary/" "project elibrary") - ("pf" "~/projects/finances/" "project finances") + ("pl" "~/projects/home/elibrary/" "elibrary area") + ("pf" "~/projects/home/finances/" "project finances") ("pjr" "~/projects/home/jr-estate/" "project jr-estate") - ("phx" "~/projects/health/" "project health") + ("phx" "~/projects/home/health/" "health area") ("phl" "~/projects/homelab/" "project homelab") - ("pk" "~/projects/kit/" "project kit") + ("pk" "~/projects/home/kit/" "kit area") ("pn" "~/projects/nextjob/" "project nextjob") ("ps" ,(concat pix-dir "/screenshots/") "pictures screenshots") ("px" ,pix-dir "pictures directory") |
