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

Chizi123
2018-11-17 c4001ccd1864293b64aa37d83a9d9457eb875e70
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: