unset geiser-mode-start-repl-p
Initially I believed it would be a good idea to start the repl upon entry into a scheme file, but this has so far preempted tools that rely on direnv to create ad-hoc environments leading to not all dependencies being availabe for scheme files. I had not realized how annoying this could be because at the time all of my scheme libraries were installed in my user environment. Another reason for this change is it brings the scheme module back into line with the repl based modules for other lisps like clojure.
This commit is contained in:
parent
ee972e7a3f
commit
0345838aa9
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@
|
|||
:hook (scheme-mode . geiser-mode)
|
||||
:init
|
||||
(setq geiser-active-implementations '(guile chicken mit chibi chez)
|
||||
geiser-mode-start-repl-p t
|
||||
geiser-smart-tab-p t)
|
||||
(unless (featurep! :lang racket)
|
||||
(push 'racket geiser-active-implementations))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue