.dir-locals.el: Set geiser-repl-add-project-paths.

* .dir-locals.el (scheme-mode) [geiser-repl-add-project-paths]: Add
"modules".
This commit is contained in:
Hilton Chain 2026-08-07 07:08:38 +08:00
parent 6e28a0825b
commit ba91ca76c0
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -40,7 +40,9 @@
(fill-column . 72)))
(scheme-mode
.
((eval . (put 'computed-substitution-with-inputs 'scheme-indent-function 1))
((geiser-repl-add-project-paths . ("modules"))
(eval . (put 'computed-substitution-with-inputs 'scheme-indent-function 1))
(eval . (put 'hidden-desktop-entry 'scheme-indent-function 1))
(eval . (put 'modify-services/by-name 'scheme-indent-function 1))