Files
dotfiles/emacs/.emacs.d/elpa/gh-20171120.1302/gh-pkg.el
2018-01-09 04:06:05 +01:00

11 lines
234 B
EmacsLisp

(define-package "gh" "20171120.1302" "A GitHub library for Emacs"
'((emacs "24.3")
(s "1.9.0")
(dash "2.9.0")
(pcache "0.4.1")
(logito "0.1")
(marshal "0.6.3")))
;; Local Variables:
;; no-byte-compile: t
;; End: