Geiser support.

* .dir-locals.el: Geiser support.
This commit is contained in:
Jan Nieuwenhuizen 2018-07-04 20:11:26 +02:00
parent b5632a0103
commit 41f723c417
1 changed files with 13 additions and 0 deletions

13
.dir-locals.el Normal file
View File

@ -0,0 +1,13 @@
((nil
.
((indent-tabs-mode . nil)))
(makefile-mode
(indent-tabs-mode . t))
(scheme-mode
.
((geiser-active-implementations . (guile))
(eval
.
(progn
(let ((top (locate-dominating-file default-directory ".dir-locals.el")))
(add-to-list 'geiser-guile-load-path top)))))))