mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-27 14:23:43 -05:00
Fix wrong smart forward and backward bindings
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user