aboutsummaryrefslogtreecommitdiffstats
path: root/.dir-locals.el
blob: ec813af4c29b49cb2b0ae69bbb3cbefd48f0948c (plain)
1
2
3
4
5
6
7
8
((nil . ((eval . (progn
                   (require 'projectile)
                   (setq company-clang-arguments (delete-dups (append
                                                               company-clang-arguments
                                                               (list (concat "-I" (projectile-project-root) "include")))))
                   (setq flycheck-clang-include-path (delete-dups (append
                                                                   flycheck-clang-include-path
                                                                   (list (concat (projectile-project-root) "include"))))))))))