0

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

1 Answers1

0

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

Rorschach
  • 31,301
  • 5
  • 78
  • 129