mirror of https://tildegit.org/ben/dotfiles
15 lines
390 B
EmacsLisp
15 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:
|