Merge pull request #1742 from valignatev/develop

Fix vestigial reference to old hook in +cc/reload-compile-db
This commit is contained in:
Henrik Lissner 2019-09-02 00:44:49 -04:00 committed by GitHub
commit 3de42bd2bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ()