mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-11 17:21:15 -07:00
lang/racket: set lookup handler to find definition
This commit is contained in:
parent
05f7565a57
commit
592bb13496
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
|||
(add-hook! 'racket-mode-hook
|
||||
#'rainbow-delimiters-mode
|
||||
#'highlight-quoted-mode)
|
||||
(set-lookup-handlers! 'racket-mode :definition #'racket-visit-definition)
|
||||
|
||||
(map! :localleader
|
||||
:map racket-mode-map
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue