SLY: Bind "C-c C-d h" to hyperspec-lookup and "C-c M-o" to sly-mrepl-clear-repl.

master
Pierre Neidhardt 2019-10-16 18:21:31 +02:00
parent 236bfd1e56
commit 012b37b298
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +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)
(setq sly-command-switch-to-existing-lisp 'always)
(add-hook 'sly-mrepl-hook #'ambrevar/init-lispy)
(add-hook 'sly-mrepl-hook #'rainbow-delimiters-mode)