SLY: Don't prompt when REPL exists.

master
Pierre Neidhardt 2019-10-13 12:54:07 +02:00
parent 588866917e
commit 75028442ea
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@
'((sbcl ("sbcl" "--noinform"))
(ccl ("ccl"))
(ecl ("ecl"))))
(setq sly-command-switch-to-existing-lisp 'always)
(add-hook 'sly-mrepl-hook 'ambrevar/init-lispy)
(add-hook 'sly-mrepl-hook #'rainbow-delimiters-mode)
(add-hook 'sly-mrepl-hook #'company-mode))