fix(scheme): restore repl-per-project for scheme
Geiser commit 476897e4f8a1 introduced `geiser-repl-per-project-p` which defaults to false, breaking our repl-per-project support. Previously, setting `geiser-repl-current-project-function` was sufficient.
This commit is contained in:
parent
a1c9d40ee8
commit
5fb96f2886
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
:defer t
|
||||
:init
|
||||
(setq geiser-autodoc-identifier-format "%s → %s"
|
||||
geiser-repl-per-project-p t
|
||||
geiser-repl-current-project-function #'doom-project-root
|
||||
geiser-repl-history-filename (concat doom-cache-dir "geiser-history"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue