branch: elpa/evil-lisp-state
commit c63d6018788cd9df53e1e8872913bbc3e887f635
Author: sbenner <[email protected]>
Commit: sbenner <[email protected]>

    Import evil-motion-state
---
 evil-lisp-state.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/evil-lisp-state.el b/evil-lisp-state.el
index b2bfebee26..2873c62c16 100644
--- a/evil-lisp-state.el
+++ b/evil-lisp-state.el
@@ -47,6 +47,7 @@
   "Lisp state.
  Used to navigate lisp code and manipulate the sexp tree."
   :tag " <L> "
+  :enable (motion)
   :cursor (bar . 2)
   ;; force smartparens mode
   (if (evil-lisp-state-p) (smartparens-mode)))
@@ -102,7 +103,7 @@
 (define-key evil-lisp-state-map "u"   'undo-tree-undo)
 (define-key evil-lisp-state-map "U"   'sp-unwrap-sexp)
 (define-key evil-lisp-state-map "y"   'sp-copy-sexp)
-
+(define-key evil-lisp-state-map (kbd "DEL") 'evil-backward-char)
 (define-key evil-lisp-state-map (kbd "RET") 'sp-newline)
 (define-key evil-lisp-state-map [escape]    'evil-normal-state)
 

Reply via email to