From d1bfa9c377b63ee051e668e8bb60f6051c65787d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 30 Mar 2022 20:02:30 +0200 Subject: Add directory-local variables for Emacs. --- .dir-locals.el | 2 ++ .gitignore | 1 + 2 files changed, 3 insertions(+) create mode 100644 .dir-locals.el 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"))))) diff --git a/.gitignore b/.gitignore index 84c048a..30b1f60 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /build/ +*~ \ No newline at end of file -- cgit v1.2.3