unix-conf/.emacs.d/elpa/irony-20160203.1207/irony-pkg.el
2016-02-18 14:53:30 +01:00

9 lines
255 B
EmacsLisp

(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: