Merge pull request #1742 from valignatev/develop
Fix vestigial reference to old hook in +cc/reload-compile-db
This commit is contained in:
commit
3de42bd2bd
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