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

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

[nongnu] elpa/evil-lisp-state 2638f02edd 037/125: Set sp-navigate-reinde


From: ELPA Syncer
Subject: [nongnu] elpa/evil-lisp-state 2638f02edd 037/125: Set sp-navigate-reindent-after-up to nil
Date: Thu, 6 Jan 2022 04:58:40 -0500 (EST)

branch: elpa/evil-lisp-state
commit 2638f02edd0e68679b168d70d44b5e176e1956b1
Author: syl20bnr <sylvain.benner@gmail.com>
Commit: syl20bnr <sylvain.benner@gmail.com>

    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."



reply via email to

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