mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(scheme): fix calls to deprecated switch-to-geiser
This commit is contained in:
committed by
Henrik Lissner
parent
2ff0252044
commit
f2c72a741f
@ -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))
|
||||
|
Reference in New Issue
Block a user