lang/common-lisp: sly-eval-region = eval handler
This allows you to use the `gr` operator to evaluate code on-the-fly.
This commit is contained in:
parent
e70a8d925e
commit
34d7e327b2
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
("^\\*sly-traces" :vslot 6 :ttl nil)))
|
||||
|
||||
(set-repl-handler! 'lisp-mode #'sly-mrepl)
|
||||
(set-eval-handler! 'lisp-mode #'sly-eval-region)
|
||||
(set-lookup-handlers! 'lisp-mode
|
||||
:definition #'sly-edit-definition
|
||||
:documentation #'sly-describe-symbol)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue