mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-18 c655eea759be1db69c5e6b45c228139d8390122a
commit | author | age
5cb5f7 1 (define-package "magit-popup" "20181003.921" "Define prefix-infix-suffix command combos"
C 2   '((emacs "24.4")
3     (async "1.9.2")
4     (dash "2.13.0"))
5   :keywords
6   '("bindings")
7   :authors
8   '(("Jonas Bernoulli" . "jonas@bernoul.li"))
9   :maintainer
10   '("Jonas Bernoulli" . "jonas@bernoul.li")
11   :url "https://github.com/magit/magit-popup")
12 ;; Local Variables:
13 ;; no-byte-compile: t
14 ;; End: