diff options
author | John Ankarström <john@ankarstrom.se> | 2022-03-31 00:25:08 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-03-31 00:25:08 +0200 |
commit | d550b8226f350ae43d873d2ccafbae0ecd4c1a42 (patch) | |
tree | fecf00ea042b540bd471aa52a0b44d6bab5fb03a /.dir-locals.el | |
parent | 4ec130efd5131f7cf2c48a1625291efdd522e048 (diff) | |
download | EpisodeBrowser-d550b8226f350ae43d873d2ccafbae0ecd4c1a42.tar.gz |
Update directory-local variables.
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 83c00cc..62e25f6 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,2 +1,2 @@ -((nil . ((flycheck-gcc-include-path . ("C:/Program Files/swipl/include")) - (flycheck-gcc-definitions . ("UNICODE" "_UNICODE"))))) +((c-mode . ((flycheck-gcc-include-path . ("C:/Program Files/swipl/include")) + (flycheck-gcc-definitions . ("UNICODE" "_UNICODE"))))) |