dired-rsync fix

This commit is contained in:
Chris Cochrun 2025-07-14 12:55:07 -05:00
parent c661203887
commit 011bd036b2
2 changed files with 2 additions and 0 deletions

View file

@ -4320,6 +4320,7 @@ We need a function to copy the full filename to kill-ring
#+begin_src emacs-lisp
(use-package dired-rsync
:config (setq dired-rsync-passphrase-stall-regex "Password:")
:general
(general-def 'normal dired-mode-map
"C" 'dired-rsync))

View file

@ -3131,6 +3131,7 @@ targets."
:hook (dired-mode . all-the-icons-dired-mode))
(use-package dired-rsync
:config (setq dired-rsync-passphrase-stall-regex "Password:")
:general
(general-def 'normal dired-mode-map
"C" 'dired-rsync))