Use evil-indent-plus for indent textobjs

This commit is contained in:
Eivind Fonn 2015-11-10 11:55:06 +01:00
parent b779846d14
commit 8125ccea8f

View file

@ -31,7 +31,7 @@
evil-args evil-args
evil-exchange evil-exchange
evil-iedit-state evil-iedit-state
(evil-indent-textobject :location (recipe :fetcher github :repo "TheBB/evil-indent-textobject")) evil-indent-plus
evil-jumper evil-jumper
evil-lisp-state evil-lisp-state
;; for testing purpose, contribute by reporting bugs and sending PRs ;; for testing purpose, contribute by reporting bugs and sending PRs
@ -573,8 +573,10 @@
(define-key evil-iedit-state-map (define-key evil-iedit-state-map
(kbd evil-leader/leader) evil-leader--default-map))) (kbd evil-leader/leader) evil-leader--default-map)))
(defun spacemacs/init-evil-indent-textobject () (defun spacemacs/init-evil-indent-plus ()
(use-package evil-indent-textobject)) (use-package evil-indent-plus
:init
(evil-indent-plus-default-bindings)))
(defun spacemacs/init-evil-jumper () (defun spacemacs/init-evil-jumper ()
(use-package evil-jumper (use-package evil-jumper