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
380 B

  1. (define-package "dired-rsync" "0.6" "Allow rsync from dired buffers"
  2. '((s "1.12.0")
  3. (dash "2.0.0")
  4. (emacs "24"))
  5. :commit "947a008387a939f466ca122bda2ea98bb17710e3" :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: