EXWM/SLIME/Lisp: Fix s-<backspace> binding to slime-switch-to-repl

master
Pierre Neidhardt 2019-02-21 18:27:44 +01:00
parent f67e8899d9
commit ac3233cb8a
2 changed files with 2 additions and 1 deletions

View File

@ -82,6 +82,8 @@
(exwm-input-set-key (kbd "s-t") #'ambrevar/org-switch-agenda-file)
(exwm-input-set-key (kbd "s-T") #'ambrevar/org-switch-agenda-file-other-window)
(exwm-input-set-key (kbd "s-<return>") #'ambrevar/eshell-or-new-session)
(with-eval-after-load 'slime
(exwm-input-set-key (kbd "s-<backspace>") #'ambrevar/slime-switch-to-repl))
(when (fboundp 'magit-status)
(exwm-input-set-key (kbd "s-v") #'magit-status))
(when (fboundp 'emms-all)

View File

@ -118,7 +118,6 @@
(setq inferior-lisp-program (or (executable-find "ccl")
"sbcl --noinform"))
(with-eval-after-load 'slime
(global-set-key (kbd "s-<backspace>") #'ambrevar/slime-switch-to-repl)
(let ((slime-extra '(slime-fancy
;; slime-banner
slime-xref-browser