summaryrefslogtreecommitdiff
path: root/elpa/irony-20220110.849/irony-pkg.el
diff options
context:
space:
mode:
Diffstat (limited to 'elpa/irony-20220110.849/irony-pkg.el')
-rw-r--r--elpa/irony-20220110.849/irony-pkg.el13
1 files changed, 0 insertions, 13 deletions
diff --git a/elpa/irony-20220110.849/irony-pkg.el b/elpa/irony-20220110.849/irony-pkg.el
deleted file mode 100644
index d685cdf..0000000
--- a/elpa/irony-20220110.849/irony-pkg.el
+++ /dev/null
@@ -1,13 +0,0 @@
-(define-package "irony" "20220110.849" "C/C++ minor mode powered by libclang"
- '((cl-lib "0.5")
- (json "1.2"))
- :commit "870d1576fb279bb93f776a71e65f45283c423a9e" :authors
- '(("Guillaume Papin" . "guillaume.papin@epitech.eu"))
- :maintainer
- '("Guillaume Papin" . "guillaume.papin@epitech.eu")
- :keywords
- '("c" "convenience" "tools")
- :url "https://github.com/Sarcasm/irony-mode")
-;; Local Variables:
-;; no-byte-compile: t
-;; End: