tvl-depot/configs/shared/emacs/.emacs.d/elpa/magit-popup-20180726.2037/magit-popup-pkg.el
William Carroll 9da3ffee41 Update Emacs packages
This is a massive diff that I had to do in a hurry - when leaving
Urbint. I'm pretty sure that most of these are updating Emacs packages,
but I'm not positive.
2018-10-02 09:54:39 -04:00

14 lines
390 B
EmacsLisp

(define-package "magit-popup" "20180726.2037" "Define prefix-infix-suffix command combos"
'((emacs "24.4")
(async "1.9.2")
(dash "2.13.0"))
:keywords
'("bindings")
:authors
'(("Jonas Bernoulli" . "jonas@bernoul.li"))
:maintainer
'("Jonas Bernoulli" . "jonas@bernoul.li")
:url "https://github.com/magit/magit-popup")
;; Local Variables:
;; no-byte-compile: t
;; End: