Search code examples
emacsguile

Set Guile as default Geiser REPL in Emacs?


How do I configure Emacs to set Guile as the default Scheme implementation?


Solution

  • You could set geiser-default-implementation, or if you only want guile set the geiser-actve-implementations to '(guile).