Fix wrong smart forward and backward bindings
This commit is contained in:
parent
9e326f1ab8
commit
3b93b4a1b0
2 changed files with 3 additions and 3 deletions
|
@ -253,7 +253,7 @@
|
|||
:config (push '("true" "false") rotate-text-words))
|
||||
|
||||
(use-package smart-forward
|
||||
:commands (smart-up smart-down smart-left smart-right))
|
||||
:commands (smart-up smart-down smart-backward smart-forward))
|
||||
|
||||
(use-package smartparens
|
||||
:config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue