diff options
author | John Ankarström <john@ankarstrom.se> | 2022-07-16 00:23:54 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-07-16 00:23:54 +0200 |
commit | 70928745565b01f3fae0e32ea007266aa2e1edc5 (patch) | |
tree | 2b96cd64c2f7ccad955c4ded71cd4d40cf4b9a03 /.dir-locals.el | |
parent | 4b7b255d63e0143d4cb2d01c34d82e9285d9d8a2 (diff) | |
download | EpisodeBrowser-70928745565b01f3fae0e32ea007266aa2e1edc5.tar.gz |
Ensure c++-mode is used in header files.
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 9eecf88..c735a37 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,3 +1,4 @@ -((c++-mode . ((flycheck-gcc-include-path . ("C:/Program Files/swipl/include")) +((c-mode . ((mode . c++))) + (c++-mode . ((flycheck-gcc-include-path . ("C:/Program Files/swipl/include")) (flycheck-gcc-definitions . ("UNICODE" "_UNICODE")) (flycheck-gcc-language-standard . "c++17")))) |