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

5 years ago
5 years ago
  1. (define-package "transient" "0.3.2" "Transient commands"
  2. '((emacs "25.1"))
  3. :commit "162698aa9d40ecafefcb1af7bdf602954d766970" :authors
  4. '(("Jonas Bernoulli" . "jonas@bernoul.li"))
  5. :maintainer
  6. '("Jonas Bernoulli" . "jonas@bernoul.li")
  7. :keywords
  8. '("bindings")
  9. :url "https://github.com/magit/transient")
  10. ;; Local Variables:
  11. ;; no-byte-compile: t
  12. ;; End: