aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 62e25f6..d9e0d06 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,2 +1,6 @@
((c-mode . ((flycheck-gcc-include-path . ("C:/Program Files/swipl/include"))
- (flycheck-gcc-definitions . ("UNICODE" "_UNICODE")))))
+ (flycheck-gcc-definitions . ("UNICODE" "_UNICODE"))))
+ (nil . ((eval . (progn
+ (require 'project)
+ (setq-local tags-table-list
+ (list (concat (car (project-roots (project-current))) "TAGS"))))))))