Standardize naming of repl handler commands
This commit is contained in:
parent
01fa9ec169
commit
11a6c03d69
6 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
:hook (racket-repl-mode . racket-unicode-input-method-enable)
|
||||
:config
|
||||
(set-popup-rule! "^\\*Racket REPL" :size 10 :select t)
|
||||
(set-repl-handler! 'racket-mode #'+racket/repl)
|
||||
(set-repl-handler! 'racket-mode #'+racket/open-repl)
|
||||
(set-lookup-handlers! 'racket-mode
|
||||
:definition #'racket-visit-definition
|
||||
:documentation #'racket-describe)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue