From 0a47b152b2b46880b61ad8e68476f2013d4925b0 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Tue, 14 Aug 2018 23:02:55 +0200 Subject: [PATCH] build: Update dir-locals for new layout. * .dir-locals.el: Update to new layout. --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index e2ef8888..f5b5d1f2 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -66,6 +66,6 @@ (lambda (dir) (add-to-list 'geiser-guile-load-path dir)) (mapcar #'prefix-dir-locals-dir - '("scripts" "guile"))))))) + '("scripts" "module"))))))) (texinfo-mode . ((indent-tabs-mode . nil) (fill-column . 72))))