diff options
| author | Craig Jennings <c@cjennings.net> | 2025-09-02 12:36:01 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-09-02 12:36:01 -0500 |
| commit | 0c137382a7387491fce33f257973f7350a790124 (patch) | |
| tree | 902d0b2f1cf93e18b11343035d2e97011e584f0f /modules | |
| parent | 8bdf58d785f6ad5c66bdb84dc86a4fb0fe66ad69 (diff) | |
| download | dotemacs-0c137382a7387491fce33f257973f7350a790124.tar.gz dotemacs-0c137382a7387491fce33f257973f7350a790124.zip | |
adding common locations for dirvish
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/dirvish-config.el | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/modules/dirvish-config.el b/modules/dirvish-config.el index f9ddef12c..f98a9e31f 100644 --- a/modules/dirvish-config.el +++ b/modules/dirvish-config.el @@ -1,4 +1,4 @@ -;;; dirvish-config.el --- Configuration for the Dired and Dirvish File Managers -*- lexical-binding: t; -*- +;;; dirvish-config.el --- Dired/Dirvish Configuration -*- lexical-binding: t; -*- ;; author: Craig Jennings <c@cjennings.net> ;;; Commentary: @@ -115,16 +115,18 @@ Alert if the file is already a JPEG; notify the user when converstion is done." ("lx" "~/lectures/" "lectures") ("mb" "/media/backup/" "backup directory") ("mx" "~/music/" "music") - ("pd" "~/projects/documents/" "project documents") + ("pD" "~/projects/documents/" "project documents") + ("pd" "~/projects/danneel/" "project danneel") ("pl" "~/projects/elibrary/" "project elibrary") ("pf" "~/projects/finances/" "project finances") - ("pj" "~/projects/jr-estate/" "project jr-estate") + ("pjr" "~/projects/jr-estate/" "project jr-estate") ("ps" ,(concat pix-dir "/screenshots/") "pictures screenshots") ("pw" ,(concat pix-dir "/wallpaper/") "pictures wallpaper") ("px" ,pix-dir "pictures directory") ("rcj" "/sshx:cjennings@cjennings.net:~" "remote cjennings.net") ("rsb" "/sshx:cjennings@wolf.usbx.me:/home/cjennings/" "remote seedbox") - ("sx" ,sync-dir "sync directory") + ("sx" ,sync-dir "sync directory") + ("so" "~/sync/org" "org directory") ("sv" "~/sync/videos/" "sync/videos directory") ("tg" ,(concat sync-dir "/text.games") "text games") ("vr" ,video-recordings-dir "video recordings directory") |
