|
|
@ -8,6 +8,7 @@
|
|
|
|
(eval . (setq-local company-clang-arguments
|
|
|
|
(eval . (setq-local company-clang-arguments
|
|
|
|
(list (concat "-I" (expand-file-name "libwebsockets/include" (projectile-project-root)))
|
|
|
|
(list (concat "-I" (expand-file-name "libwebsockets/include" (projectile-project-root)))
|
|
|
|
(concat "-I" (expand-file-name "json-c" (projectile-project-root))))))
|
|
|
|
(concat "-I" (expand-file-name "json-c" (projectile-project-root))))))
|
|
|
|
|
|
|
|
(eval . (setq-local tags-table-list (expand-file-name ".git/tags" (projectile-project-root))))
|
|
|
|
(flycheck-clang-warnings . ("all" "extra" "error-implicit-function-declaration" "no-missing-field-initializers"))
|
|
|
|
(flycheck-clang-warnings . ("all" "extra" "error-implicit-function-declaration" "no-missing-field-initializers"))
|
|
|
|
(flycheck-clang-language-standard . "gnu99")
|
|
|
|
(flycheck-clang-language-standard . "gnu99")
|
|
|
|
(flycheck-checker . c/c++-clang)
|
|
|
|
(flycheck-checker . c/c++-clang)
|
|
|
|