SLY: Store REPL history in cache.

master
Pierre Neidhardt 2019-10-17 12:39:34 +02:00
parent db6a92ca9a
commit 0372dcae4c
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@
(ccl ("ccl"))
(ecl ("ecl"))))
(with-eval-after-load 'sly-mrepl
(setq sly-mrepl-history-file-name (expand-file-name "sly-mrepl-history" user-emacs-directory))
(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)