branch: elpa/evil-lisp-state
commit 2638f02edd0e68679b168d70d44b5e176e1956b1
Author: syl20bnr <[email protected]>
Commit: syl20bnr <[email protected]>
Set sp-navigate-reindent-after-up to nil
Seems buggy, it deletes the most nested sexp when
sp-backward-up-sexp
---
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 50af6f48af..4e05fff964 100644
--- a/evil-lisp-state.el
+++ b/evil-lisp-state.el
@@ -52,7 +52,8 @@
;; force smartparens mode
(progn
(if (evil-lisp-state-p) (smartparens-mode))
- (setq sp-navigate-consider-symbols nil)))
+ (setq sp-navigate-consider-symbols nil
+ sp-navigate-reindent-after-up nil)))
(defgroup evil-lisp-state nil
"Evil lisp state."