lang/racket: remove redundant localleader keybinds

These already exist on TAB (for all users) and gc/= for evil users (or
M-;/C-M-\ for non-evil users).
This commit is contained in:
Henrik Lissner 2018-08-18 23:51:58 +02:00
parent a3c0985aa0
commit 81c3f3f024
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -44,7 +44,6 @@
:n "r" #'racket-expand-region
:n "a" #'racket-expand-again)
:n "r" #'racket-open-require-path
:n "TAB" #'indent-for-tab-command
:n "u" #'racket-backward-up-list
:n "[" #'racket-smart-open-bracket
:n ")" #'racket-insert-closing
@ -61,6 +60,4 @@
:n "F" #'racket-unfold-all-tests
:n "a" #'racket-align
:n "A" #'racket-unalign
:nv ";" #'comment-dwim
:nv "\\" #'indent-region
:n "i" #'racket-unicode-input-method-enable))