aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-03-31 00:25:08 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-03-31 00:25:08 +0200
commitd550b8226f350ae43d873d2ccafbae0ecd4c1a42 (patch)
treefecf00ea042b540bd471aa52a0b44d6bab5fb03a /.dir-locals.el
parent4ec130efd5131f7cf2c48a1625291efdd522e048 (diff)
downloadEpisodeBrowser-d550b8226f350ae43d873d2ccafbae0ecd4c1a42.tar.gz
Update directory-local variables.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el4
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")))))