Merge pull request #1613 from tchajed/fix-pr-1580
lang/racket: Fix bug in configuration
This commit is contained in:
commit
367bb4fd8e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
#'highlight-quoted-mode)
|
||||
(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)
|
||||
|
||||
(map! :localleader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue