Call renamed hook in the +cc/reload-compile-db autoload
This commit is contained in:
parent
d1a299b9f5
commit
7ffc5d3134
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ simpler."
|
||||||
(rtags-call-rc :silent t "-J" (or (doom-project-root) default-directory))))
|
(rtags-call-rc :silent t "-J" (or (doom-project-root) default-directory))))
|
||||||
;; then irony
|
;; then irony
|
||||||
(when (and (featurep 'irony) irony-mode)
|
(when (and (featurep 'irony) irony-mode)
|
||||||
(+cc|irony-init-compile-options)))
|
(+cc-init-irony-compile-options-h)))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +cc/imenu ()
|
(defun +cc/imenu ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue