lang/racket: Fix bug in configuration
This commit is contained in:
parent
fee0174543
commit
5dc1ad0033
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
#'highlight-quoted-mode)
|
#'highlight-quoted-mode)
|
||||||
(set-lookup-handlers! 'racket-mode :definition #'racket-visit-definition)
|
(set-lookup-handlers! 'racket-mode :definition #'racket-visit-definition)
|
||||||
|
|
||||||
(map! :map (racket-mode-map racket-repl-mode-hook)
|
(map! :map (racket-mode-map racket-repl-mode-map)
|
||||||
:i "[" #'racket-smart-open-bracket)
|
:i "[" #'racket-smart-open-bracket)
|
||||||
|
|
||||||
(map! :localleader
|
(map! :localleader
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue