EXWM: Use Clojure REPL by default.

master
Pierre Neidhardt 2020-01-09 15:36:49 +01:00
parent da27949f04
commit e9591a8cac
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/sly-switch-to-repl)
(exwm-input-set-key (kbd "s-<backspace>") #'ambrevar/cider-switch-to-repl)
(defun ambrevar/repl-switcher ()
"Switch between Geiser and SLIME REPLs."
(interactive)