mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
.dir-locals.el: Add geiser-insert-actual-lambda.
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. Change-Id: Iccbd4a8df194d60b96b33879c342cfeb224bcfbb Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
9f33cb8825
commit
935705528d
1 changed files with 2 additions and 1 deletions
|
|
@ -85,7 +85,8 @@
|
|||
;; Geiser
|
||||
;; This allows automatically setting the `geiser-guile-load-path'
|
||||
;; variable when using various Guix checkouts (e.g., via git worktrees).
|
||||
(geiser-repl-per-project-p . t)))
|
||||
(geiser-repl-per-project-p . t)
|
||||
(geiser-insert-actual-lambda . nil)))
|
||||
|
||||
(c-mode . ((c-file-style . "gnu")))
|
||||
(scheme-mode
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue