fix(scheme): fix calls to deprecated switch-to-geiser

This commit is contained in:
Andrew Whatson 2022-11-15 15:23:01 +10:00 committed by Henrik Lissner
parent 2ff0252044
commit f2c72a741f
2 changed files with 2 additions and 2 deletions

View file

@ -69,5 +69,5 @@ property lists and names starting with 'default'."
(defun +scheme/open-repl ()
"Open the Scheme REPL."
(interactive)
(call-interactively #'switch-to-geiser)
(call-interactively #'geiser-repl-switch)
(current-buffer))