Skip to content

Commit

Permalink
feat(files): add dired-rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 30, 2023
1 parent f127b7f commit 0fc0c9b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/me-files.el
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@
"fF" #'sudo-edit-find-file
"fu" #'sudo-edit))

(use-package dired-rsync
:straight (dired-rsync :files ("dired-rsync.el" "dired-rsync-transient.el"))
:when (executable-find "rsync")
:bind (:map
dired-mode-map
("C-c C-r" . dired-rsync)
("C-c C-x" . dired-rsync-transient)))


(provide 'me-files)

Expand Down

0 comments on commit 0fc0c9b

Please sign in to comment.