diff options
author | mattkae <mattkae@protonmail.com> | 2022-06-07 08:23:47 -0400 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2022-06-07 08:23:47 -0400 |
commit | bd18a38c2898548a3664a9ddab9f79c84f2caf4a (patch) | |
tree | 95b9933376770381bd8859782ae763be81c2d72b /elpa/irony-20220110.849/irony-pkg.el | |
parent | b07628dddf418d4f47b858e6c35fd3520fbaeed2 (diff) | |
parent | ef160dea332af4b4fe5e2717b962936c67e5fe9e (diff) |
Merge conflict
Diffstat (limited to 'elpa/irony-20220110.849/irony-pkg.el')
-rw-r--r-- | elpa/irony-20220110.849/irony-pkg.el | 13 |
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: |