build: Update dir-locals for new layout.

* .dir-locals.el: Update to new layout.
This commit is contained in:
Jan Nieuwenhuizen 2018-08-14 23:02:55 +02:00
parent d93e63f743
commit 0a47b152b2
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 1 deletions

View File

@ -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))))