lang/cc: remove +irony and +rtags flags from docs

They were removed a while back. Irony and rtags (et co) will be disabled
if +lsp is enabled, or can be disabled through package! declarations:

  ;; in ~/.doom.d/packages.el
  (package! irony :disable t)
  (package! rtags :disable t)
This commit is contained in:
Henrik Lissner 2019-04-23 14:03:16 -04:00
parent a4f9eb6f6c
commit d4ff90219e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 25 additions and 23 deletions

View file

@ -90,7 +90,7 @@
:lang
;;agda ; types of types of types of types...
;;assembly ; assembly for fun or debugging
;;(cc +irony +rtags); C/C++/Obj-C madness
;;cc ; C/C++/Obj-C madness
;;clojure ; java with a lisp
;;common-lisp ; if you've seen one lisp, you've seen them all
;;coq ; proofs-as-programs