mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove smart-forward package
This commit is contained in:
@ -247,8 +247,5 @@ extension, try to guess one."
|
|||||||
(def-package! pcre2el
|
(def-package! pcre2el
|
||||||
:commands rxt-quote-pcre)
|
:commands rxt-quote-pcre)
|
||||||
|
|
||||||
(def-package! smart-forward
|
|
||||||
:commands (smart-up smart-down smart-backward smart-forward))
|
|
||||||
|
|
||||||
(provide 'core-editor)
|
(provide 'core-editor)
|
||||||
;;; core-editor.el ends here
|
;;; core-editor.el ends here
|
||||||
|
@ -29,7 +29,6 @@
|
|||||||
(package! expand-region)
|
(package! expand-region)
|
||||||
(package! helpful)
|
(package! helpful)
|
||||||
(package! pcre2el)
|
(package! pcre2el)
|
||||||
(package! smart-forward)
|
|
||||||
(package! smartparens)
|
(package! smartparens)
|
||||||
(package! undo-tree)
|
(package! undo-tree)
|
||||||
|
|
||||||
|
@ -111,7 +111,6 @@
|
|||||||
:desc "Todo" :nv "t" #'hl-todo-next
|
:desc "Todo" :nv "t" #'hl-todo-next
|
||||||
:desc "Error" :nv "e" #'next-error
|
:desc "Error" :nv "e" #'next-error
|
||||||
:desc "Workspace" :nv "w" #'+workspace/switch-right
|
: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 error" :nv "s" #'evil-next-flyspell-error
|
||||||
:desc "Spelling correction" :n "S" #'flyspell-correct-word-generic)
|
:desc "Spelling correction" :n "S" #'flyspell-correct-word-generic)
|
||||||
|
|
||||||
@ -629,10 +628,6 @@
|
|||||||
;; rotate-text
|
;; rotate-text
|
||||||
:n "!" #'rotate-text
|
:n "!" #'rotate-text
|
||||||
|
|
||||||
;; smart-forward
|
|
||||||
:m "g]" #'smart-forward
|
|
||||||
:m "g[" #'smart-backward
|
|
||||||
|
|
||||||
;; swiper
|
;; swiper
|
||||||
(:after swiper
|
(:after swiper
|
||||||
(:map swiper-map
|
(:map swiper-map
|
||||||
|
Reference in New Issue
Block a user