aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-03-30 20:02:30 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-03-30 20:02:30 +0200
commitd1bfa9c377b63ee051e668e8bb60f6051c65787d (patch)
tree785a887da66febc8f928306dc99b57cbe68be8d2 /.dir-locals.el
parent4abcfa8fdf1886a270783e9e8ab08c7f9b4e6aa3 (diff)
downloadEpisodeBrowser-d1bfa9c377b63ee051e668e8bb60f6051c65787d.tar.gz
Add directory-local variables for Emacs.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..83c00cc
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,2 @@
+((nil . ((flycheck-gcc-include-path . ("C:/Program Files/swipl/include"))
+ (flycheck-gcc-definitions . ("UNICODE" "_UNICODE")))))