Fix SLY call in repl-switcher.

master
Pierre Neidhardt 2019-10-16 18:01:40 +02:00
parent fa93bc5b10
commit 3fc1402ad5
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@
("slime"
(exwm-input-set-key (kbd "s-<backspace>") #'ambrevar/slime-switch-to-repl))
("sly"
(exwm-input-set-key (kbd "s-<backspace>") #'sly))
(exwm-input-set-key (kbd "s-<backspace>") #'ambrevar/sly-switch-to-repl))
("racket"
(exwm-input-set-key (kbd "s-<backspace>") #'racket-repl))))
(exwm-input-set-key (kbd "s-C-<backspace>") #'ambrevar/repl-switcher)