summaryrefslogtreecommitdiff
path: root/.dir-locals.el
AgeCommit message (Expand)Author
2023-11-28.dir-locals.el: Use guix repl as geiser-guile-binary.•••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> Tomas Volf
2023-07-12.dir-locals.el: Fix value for bug-reference-bug-regexp.•••* .dir-locals.el (bug-reference-bug-regexp): Add needed grouping constructs to regex Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Morgan Smith
2022-12-19.*: Use SPDX license identifiers for hidden files.•••.dir-locals.el: Use SPDX license identifier. .guix-authorizations: Dito. .guix-channel: Dito. Jonathan Brielmaier
2019-05-27Add .dir-locals.el with Emacs settings.•••* .dir-locals.el: New file. Alex Griffin