emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil-lisp-state c63d601878 025/125: Import evil-motion-sta


From: ELPA Syncer
Subject: [nongnu] elpa/evil-lisp-state c63d601878 025/125: Import evil-motion-state
Date: Thu, 6 Jan 2022 04:58:39 -0500 (EST)

branch: elpa/evil-lisp-state
commit c63d6018788cd9df53e1e8872913bbc3e887f635
Author: sbenner <sylvain.benner@gmail.com>
Commit: sbenner <sylvain.benner@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]