config/guix/system/.dir-locals: Fix syntax.

master
Pierre Neidhardt 2020-02-14 16:57:02 +01:00
parent 3912f2b2f7
commit 587be524e2
1 changed files with 3 additions and 1 deletions

View File

@ -2,4 +2,6 @@
;;; For more information see (info "(emacs) Directory Variables")
((scheme-mode
(eval . (add-to-list 'geiser-guile-load-path (locate-dominating-file buffer-file-name ".dir-locals.el")))))
.
((eval . (add-to-list 'geiser-guile-load-path
(locate-dominating-file buffer-file-name ".dir-locals.el"))))))