SLY: Fix sly-mrepl C-c M-o binding, remove C-c C-d h binding (SLY has C-c C-d C-h).

master
Pierre Neidhardt 2019-10-17 10:58:51 +02:00
parent ead626b6a7
commit 1197a934d8
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@
'((sbcl ("sbcl" "--noinform"))
(ccl ("ccl"))
(ecl ("ecl"))))
(define-key sly-mode-map (kbd "C-c C-d h") 'hyperspec-lookup)
(define-key sly-mrepl-mode-map (kbd "C-c M-o") 'sly-mrepl-clear-repl)
(with-eval-after-load 'sly-mrepl
(define-key sly-mrepl-mode-map (kbd "C-c M-o") 'sly-mrepl-clear-repl))
(setq sly-command-switch-to-existing-lisp 'always)
(add-hook 'sly-mrepl-hook #'ambrevar/init-lispy)
(add-hook 'sly-mrepl-hook #'rainbow-delimiters-mode)