From df06c7b292b1d4f88d446ab01e0faf597b732d61 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 16 Oct 2024 13:44:31 -0400 Subject: Add tags-table-list to local emacs settings So emacs can load the TAGS files automatically. --- .dir-locals.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index 9e7d2c6..755009f 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,4 +1,5 @@ -( (nil . ((fill-column . 72))) +( (nil . ((fill-column . 72) + (tags-table-list . ("TAGS" "_/src/TAGS")) (scheme-mode . ( (indent-tabs-mode . nil) -- cgit v1.2.3