unix-conf/.emacs.d/elpa/ac-clang-20150906.1008/ac-clang-pkg.el

12 lines
362 B
EmacsLisp
Raw Normal View History

2016-02-18 13:53:30 +00:00
(define-package "ac-clang" "20150906.1008" "Auto Completion source by libclang for GNU Emacs"
'((emacs "24")
(cl-lib "0.5")
(auto-complete "1.4.0")
(pos-tip "0.4.6")
(yasnippet "0.8.0"))
:url "https://github.com/yaruopooner/ac-clang" :keywords
'("completion" "convenience" "intellisense"))
;; Local Variables:
;; no-byte-compile: t
;; End: