mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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))
|
||||
|
Reference in New Issue
Block a user