Rewrite ext setup scripts + module-cc irony path

This commit is contained in:
Henrik Lissner 2016-10-11 13:21:14 +02:00
parent a1b0db0b07
commit 483bdb79ee
4 changed files with 60 additions and 25 deletions

View file

@ -49,7 +49,7 @@
(use-package irony
:after cc-mode
:config
(setq irony-server-install-prefix (concat doom-temp-dir "/irony/"))
(setq irony-server-install-prefix (concat doom-ext-dir "/irony-mode/server/build/irony/"))
(add-hook! c++-mode
(make-local-variable 'irony-additional-clang-options)
(push "-std=c++11" irony-additional-clang-options))