Personal emacs config
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
378 B

  1. (define-package "dired-rsync" "0.5" "Allow rsync from dired buffers"
  2. '((s "1.12.0")
  3. (dash "2.0.0")
  4. (emacs "24"))
  5. :commit "707f527a5448f8fd881321f1d60e49821d3efe60" :authors
  6. (("Alex Bennée" . "alex@bennee.com"))
  7. :maintainer
  8. ("Alex Bennée" . "alex@bennee.com")
  9. :url "https://github.com/stsquad/dired-rsync")
  10. ;; Local Variables:
  11. ;; no-byte-compile: t
  12. ;; End: