Disable irony entirely for C/C++

This commit is contained in:
Antoine Martin 2020-05-23 12:56:22 +02:00
parent 523822c2fd
commit e6606d277c

View file

@ -51,3 +51,6 @@
(package! simple-httpd) (package! simple-httpd)
(package! org-roam-server (package! org-roam-server
:recipe (:host github :repo "org-roam/org-roam-server")) :recipe (:host github :repo "org-roam/org-roam-server"))
;; C/C++ mode adds this, and I don't really need it
(package! irony :disable t)