From 17723b533e3cd67bb438327f8ac35059a3ee64ed Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 12 Oct 2025 14:42:51 -0500 Subject: feat: complete music/dired integration with dired add to playlist --- modules/dirvish-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/dirvish-config.el') diff --git a/modules/dirvish-config.el b/modules/dirvish-config.el index 82b44008..47a821ea 100644 --- a/modules/dirvish-config.el +++ b/modules/dirvish-config.el @@ -277,7 +277,7 @@ regardless of what file or subdirectory the point is on." ("o" . cj/xdg-open) ("O" . cj/open-file-with-command) ; Prompts for command to run ("r" . dirvish-rsync) - ("p" . cj/dired-create-playlist-from-marked) + ("P" . cj/dired-create-playlist-from-marked) ("s" . dirvish-quicksort) ("v" . dirvish-vc-menu) ("y" . dirvish-yank-menu))) -- cgit v1.2.3