EXMW: Set SLY as the default REPL.

master
Pierre Neidhardt 2020-04-15 12:22:42 +02:00
parent 1c001502fb
commit aca180505e
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@
(exwm-input-set-key (kbd "s-p") #'helm-pass))
(autoload 'ambrevar/slime-to-repl "lisp")
(exwm-input-set-key (kbd "s-<backspace>") #'ambrevar/cider-switch-to-repl)
(exwm-input-set-key (kbd "s-<backspace>") #'ambrevar/sly-switch-to-repl)
(defun ambrevar/repl-switcher ()
"Switch between Geiser and SLIME REPLs."
(interactive)