From 7ffc5d3134b4a66d2c9c0be253dafc078dfdd59e Mon Sep 17 00:00:00 2001 From: Valentin Ignatev Date: Sun, 1 Sep 2019 16:19:55 +0300 Subject: [PATCH] Call renamed hook in the +cc/reload-compile-db autoload --- modules/lang/cc/autoload.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/cc/autoload.el b/modules/lang/cc/autoload.el index 079d541b6..251840b85 100644 --- a/modules/lang/cc/autoload.el +++ b/modules/lang/cc/autoload.el @@ -103,7 +103,7 @@ simpler." (rtags-call-rc :silent t "-J" (or (doom-project-root) default-directory)))) ;; then irony (when (and (featurep 'irony) irony-mode) - (+cc|irony-init-compile-options))) + (+cc-init-irony-compile-options-h))) ;;;###autoload (defun +cc/imenu ()