From 0c137382a7387491fce33f257973f7350a790124 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 2 Sep 2025 12:36:01 -0500 Subject: adding common locations for dirvish --- modules/dirvish-config.el | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'modules') 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 ;;; 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") -- cgit v1.2.3