diff options
author | John Ankarström <john@ankarstrom.se> | 2022-04-05 02:38:43 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-04-05 02:38:43 +0200 |
commit | ec4bf0b3d1fac134793dd4cccff24e42ce682f09 (patch) | |
tree | 67ab3e80dd23540997ca6764d9f164da1c2262ee | |
parent | 9a48743eeba0f1bc4cf74f47fef96bdbcadfc98b (diff) | |
download | EpisodeBrowser-ec4bf0b3d1fac134793dd4cccff24e42ce682f09.tar.gz |
Don't set tags-table-list in .dir-locals.el.
-rw-r--r-- | .dir-locals.el | 6 |
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"))))) |