aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-04-05 02:38:43 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-04-05 02:38:43 +0200
commitec4bf0b3d1fac134793dd4cccff24e42ce682f09 (patch)
tree67ab3e80dd23540997ca6764d9f164da1c2262ee /.dir-locals.el
parent9a48743eeba0f1bc4cf74f47fef96bdbcadfc98b (diff)
downloadEpisodeBrowser-ec4bf0b3d1fac134793dd4cccff24e42ce682f09.tar.gz
Don't set tags-table-list in .dir-locals.el.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index d9e0d06..62e25f6 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,6 +1,2 @@
((c-mode . ((flycheck-gcc-include-path . ("C:/Program Files/swipl/include"))
- (flycheck-gcc-definitions . ("UNICODE" "_UNICODE"))))
- (nil . ((eval . (progn
- (require 'project)
- (setq-local tags-table-list
- (list (concat (car (project-roots (project-current))) "TAGS"))))))))
+ (flycheck-gcc-definitions . ("UNICODE" "_UNICODE")))))