fix(parinfer): unhog binding of SPC m m
This was previously clobbering the underlying binding to the ubiquitous `macrostep-expand` function in Elisp buffers.
This commit is contained in:
parent
79ebefa154
commit
c1ecbb7503
1 changed files with 3 additions and 4 deletions
|
@ -22,8 +22,7 @@
|
|||
:i "<tab>" #'parinfer-smart-tab:dwim-right-or-complete
|
||||
:i "<backtab>" #'parinfer-smart-tab:dwim-left
|
||||
:localleader
|
||||
"m" #'parinfer-toggle-mode))
|
||||
|
||||
"p" #'parinfer-toggle-mode))
|
||||
|
||||
(use-package! parinfer-rust-mode
|
||||
:when (featurep! +rust)
|
||||
|
@ -45,5 +44,5 @@
|
|||
:config
|
||||
(map! :map parinfer-rust-mode-map
|
||||
:localleader
|
||||
"m" #'parinfer-rust-switch-mode
|
||||
"M" #'parinfer-rust-toggle-disable))
|
||||
"p" #'parinfer-rust-switch-mode
|
||||
"P" #'parinfer-rust-toggle-disable))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue