diff --git a/core/core-editor.el b/core/core-editor.el index 35d51aec4..957ae51f8 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -247,8 +247,5 @@ extension, try to guess one." (def-package! pcre2el :commands rxt-quote-pcre) -(def-package! smart-forward - :commands (smart-up smart-down smart-backward smart-forward)) - (provide 'core-editor) ;;; core-editor.el ends here diff --git a/core/packages.el b/core/packages.el index 2d563103f..fec04dde7 100644 --- a/core/packages.el +++ b/core/packages.el @@ -29,7 +29,6 @@ (package! expand-region) (package! helpful) (package! pcre2el) -(package! smart-forward) (package! smartparens) (package! undo-tree) diff --git a/modules/config/default/+bindings.el b/modules/config/default/+bindings.el index 1ae89296e..b7251d7af 100644 --- a/modules/config/default/+bindings.el +++ b/modules/config/default/+bindings.el @@ -111,7 +111,6 @@ :desc "Todo" :nv "t" #'hl-todo-next :desc "Error" :nv "e" #'next-error :desc "Workspace" :nv "w" #'+workspace/switch-right - :desc "Smart jump" :nv "l" #'smart-forward :desc "Spelling error" :nv "s" #'evil-next-flyspell-error :desc "Spelling correction" :n "S" #'flyspell-correct-word-generic) @@ -629,10 +628,6 @@ ;; rotate-text :n "!" #'rotate-text - ;; smart-forward - :m "g]" #'smart-forward - :m "g[" #'smart-backward - ;; swiper (:after swiper (:map swiper-map