unix-conf/.emacs.d/elpa/irony-20160203.1207/irony-pkg.el

9 lines
255 B
EmacsLisp
Raw Normal View History

2016-02-18 13:53:30 +00:00
(define-package "irony" "20160203.1207" "C/C++ minor mode powered by libclang"
'((cl-lib "0.5")
(json "1.2"))
:url "https://github.com/Sarcasm/irony-mode" :keywords
'("c" "convenience" "tools"))
;; Local Variables:
;; no-byte-compile: t
;; End: