From 5d127faff03ec6961d3d578b9e4d2050686ea456 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 15 Nov 2025 12:12:00 -0600 Subject: feat(dirvish): Add dropbox shortcut and fix directory paths MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add "db" shortcut for ~/documents/dropbox/ - Update "lx" path from ~/lectures/ to ~/archive/lectures/ - Rename "sv" to "spv" and update path to ~/sync/phone/videos/ - Fix "tg" path to use org-dir instead of sync-dir All shortcuts now point to existing directories. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- modules/dirvish-config.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/dirvish-config.el b/modules/dirvish-config.el index b10c97f0..a2d183e6 100644 --- a/modules/dirvish-config.el +++ b/modules/dirvish-config.el @@ -229,8 +229,9 @@ regardless of what file or subdirectory the point is on." ("dr" ,(concat org-dir "/drill/") "drill files") ("dt" ,(concat dl-dir "/torrents/complete/") "torrents") ("dx" "~/documents/" "documents") + ("db" "~/documents/dropbox/" "dropbox") ("gd" "~/documents/google-drive/" "google-drive") - ("lx" "~/lectures/" "lectures") + ("lx" "~/archive/lectures/" "lectures") ("mb" "/media/backup/" "backup directory") ("mx" "~/music/" "music") ("pD" "~/projects/documents/" "project documents") @@ -247,8 +248,8 @@ regardless of what file or subdirectory the point is on." ("sx" ,sync-dir "sync directory") ("so" ,(concat sync-dir "/org/") "sync/org directory") ("sr" ,(concat sync-dir "/recordings/") "sync/recordings directory") - ("sv" ,(concat sync-dir "/videos/") "sync/videos directory") - ("tg" ,(concat sync-dir "/text.games/") "text games") + ("spv" ,(concat sync-dir "/phone/videos/") "sync/phone/videos directory") + ("tg" ,(concat org-dir "/text.games/") "text games") ("vr" ,video-recordings-dir "video recordings directory") ("vx" ,videos-dir "videos"))) :config -- cgit v1.2.3