summaryrefslogtreecommitdiff
path: root/.dir-locals.el
AgeCommit message (Collapse)AuthorFilesLines
2026-07-24.dir-locals.el: Add indentation rule for make-wrapper.Hilton Chain1-0/+1
* .dir-locals.el (scheme-mode): Add indentation rule for make-wrapper.
2025-06-28.dir-locals: Update Scheme indentation.Hilton Chain1-24/+571
See also: https://codeberg.org/guix/guix/commit/00291ad00ffddde1e557defaec3e9fde3f20cfaf * .dir-locals.el (scheme-mode): Add updates from Guix. Add indentation rule for Nonguix code.
2024-01-17.dir-locals.el: Add geiser-insert-actual-lambda.Tomas Volf1-1/+4
Guix project seems to prefer using lambda over λ. Express that preference for Geiser users by setting the geiser-insert-actual-lambda variable to nil. In the 0.31 version it will affect how geiser-insert-lambda works, making it insert lambda string (instead of the current λ. * .dir-locals.el (nil): Add geiser-insert-actual-lambda set to nil. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-11-28.dir-locals.el: Use guix repl as geiser-guile-binary.Tomas Volf1-1/+5
See discussion at <https://gitlab.com/nonguix/nonguix/-/merge_requests/346>. Default geiser-guile-binary is guile, which uses an old guix. This leads to annoying errors when trying to work with the this repository from geiser. So, set the variable to '("guix" "repl"), which will use the current guix command, making everything work properly. Note that this may be unexpected for someone working with a local Guix checkout (differing Guix version) and may need adjusting then. * .dir-locals.el (scheme-mode): Add geiser-guile-binary setting. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2023-07-12.dir-locals.el: Fix value for bug-reference-bug-regexp.Morgan Smith1-1/+1
* .dir-locals.el (bug-reference-bug-regexp): Add needed grouping constructs to regex Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-12-19.*: Use SPDX license identifiers for hidden files.Jonathan Brielmaier1-0/+1
.dir-locals.el: Use SPDX license identifier. .guix-authorizations: Dito. .guix-channel: Dito.
2019-05-27Add .dir-locals.el with Emacs settings.Alex Griffin1-0/+99
* .dir-locals.el: New file.