diff --git a/modules/lang/cc/autoload.el b/modules/lang/cc/autoload.el index 4a53ac07b..046ed54db 100644 --- a/modules/lang/cc/autoload.el +++ b/modules/lang/cc/autoload.el @@ -77,6 +77,6 @@ compilation dbs." (irony-cdb--update-compile-options (append (delq nil (cdr-safe (assq major-mode +cc-compiler-options))) (cl-loop for path in +cc-include-paths - collect (format "-I %s" (shell-quote-argument path)))) + nconc (list "-I" path))) (doom-project-root)))))