From ec4bf0b3d1fac134793dd4cccff24e42ce682f09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 5 Apr 2022 02:38:43 +0200 Subject: Don't set tags-table-list in .dir-locals.el. --- .dir-locals.el | 6 +----- 1 file changed, 1 insertion(+), 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"))))) -- cgit v1.2.3