diff options
-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"))))) |