Set lookup handlers in the repl as well
This commit is contained in:
parent
f83e6fe1cc
commit
86b144a915
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
:hook (racket-repl-mode . racket-unicode-input-method-enable)
|
:hook (racket-repl-mode . racket-unicode-input-method-enable)
|
||||||
:config
|
:config
|
||||||
(set-repl-handler! 'racket-mode #'+racket/open-repl)
|
(set-repl-handler! 'racket-mode #'+racket/open-repl)
|
||||||
(set-lookup-handlers! 'racket-mode
|
(set-lookup-handlers! '(racket-mode racket-repl-mode)
|
||||||
:definition #'+racket-lookup-definition
|
:definition #'+racket-lookup-definition
|
||||||
:documentation #'+racket-lookup-documentation)
|
:documentation #'+racket-lookup-documentation)
|
||||||
(set-docsets! 'racket-mode "Racket")
|
(set-docsets! 'racket-mode "Racket")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue