From 3597aa34fa1098edf2a001c238e228893f0e6f5d Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 3 Jun 2025 14:46:34 -0500 Subject: adding go directories in projects; adding libreoffice shortcut --- modules/dirvish-config.el | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) (limited to 'modules') diff --git a/modules/dirvish-config.el b/modules/dirvish-config.el index 8d91141c8..ad33e5cb7 100644 --- a/modules/dirvish-config.el +++ b/modules/dirvish-config.el @@ -102,22 +102,24 @@ automatically displayed." (dirvish-quick-access-entries `(("h" "~/" "home") ("cx" ,code-dir "code directory") - ("dr" ,(concat sync-dir "/drill/") "drill files") - ("s" ,sync-dir "sync directory") - ("vr" ,video-recordings-dir "video recordings directory") - ("px" ,projects-dir "projects directory") - ("tg" ,(concat sync-dir "/text.games") "text games") - ("ps" ,(concat pix-dir "/screenshots/") "pictures screenshots") - ("pw" ,(concat pix-dir "/wallpaper/") "pictures wallpaper") - ("px" ,pix-dir "pictures directory") ("dl" ,dl-dir "downloads") + ("dr" ,(concat sync-dir "/drill/") "drill files") ("dt" ,(concat dl-dir "/torrents/complete/") "torrents") - ("vx" ,videos-dir "videos") - ("pl" "~/sync/playlists/" "playlists directory") ("dx" "~/documents/" "documents") - ("mx" "~/music/" "music") ("mb" "/media/backup/" "backup directory") + ("mx" "~/music/" "music") + ("pd" "~/projects/documents/" "project documents") + ("pf" "~/projects/elibrary/" "project elibrary") + ("pf" "~/projects/finances/" "project finances") + ("pf" "~/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") + ("s" ,sync-dir "sync directory") + ("tg" ,(concat sync-dir "/text.games") "text games") + ("vr" ,video-recordings-dir "video recordings directory") + ("vx" ,videos-dir "videos") ("rsb" "/sshx:cjennings@wolf.usbx.me:/home/cjennings/" "remote seedbox") )) ;; end dirvish-quick-access-entries ;; (dirvish-attributes '(file-size)) @@ -140,6 +142,7 @@ automatically displayed." (shell-command (concat "nitrogen --save --set-zoom-fill " (dired-file-name-at-point) " >>/dev/null 2>&1" )))) ("Z" . (lambda () (interactive) (cj/dired-open-with "zathura"))) + ("L" . (lambda () (interactive) (cj/dired-open-with "libreoffice"))) ("P" . (lambda () (interactive) (cj/dired-open-with "gimp"))) ("O" . (lambda () (interactive) (call-interactively 'cj/dired-open-with))) ("" . dired-up-directory) -- cgit v1.2.3