lang/cc: remove ivy+rtags hack (unnecessary?)
This commit is contained in:
parent
9d55d1e1ba
commit
dfb6bc162d
1 changed files with 0 additions and 7 deletions
|
@ -246,13 +246,6 @@ compilation database is present in the project.")
|
|||
(def-package! ivy-rtags
|
||||
:when (featurep! :completion ivy)
|
||||
:after rtags
|
||||
:init
|
||||
;; NOTE Ivy integration breaks when rtags is byte-compiled with Emacs 26 or
|
||||
;; later, so we un-byte-compile it before we load it.
|
||||
(eval-when-compile
|
||||
(when (>= emacs-major-version 26)
|
||||
(when-let* ((elc-file (locate-library "rtags.elc" t doom-package-load-path)))
|
||||
(delete-file elc-file))))
|
||||
:config (setq rtags-display-result-backend 'ivy))
|
||||
|
||||
(def-package! helm-rtags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue