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

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

[nongnu] elpa/evil-lisp-state 1a0efed5c2 068/125: Set back to t the vari


From: ELPA Syncer
Subject: [nongnu] elpa/evil-lisp-state 1a0efed5c2 068/125: Set back to t the variable sp-navigate-consider-symbols
Date: Thu, 6 Jan 2022 04:58:42 -0500 (EST)

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

    Set back to t the variable sp-navigate-consider-symbols
    
    evil-lisp-state should now behave correctly
---
 evil-lisp-state.el | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/evil-lisp-state.el b/evil-lisp-state.el
index 40126d6f39..2607fae608 100644
--- a/evil-lisp-state.el
+++ b/evil-lisp-state.el
@@ -5,7 +5,7 @@
 ;;;; Author: Sylvain Benner <sylvain.benner@gmail.com>
 ;; Keywords: convenience editing evil smartparens lisp mnemonic
 ;; Created: 9 Oct 2014
-;; Version: 3.0
+;; Version: 3.1
 ;; Package-Requires: ((evil "1.0.9") (smartparens "1.6.1") (expand-region 
"0.10.0"))
 ;; URL: https://github.com/syl20bnr/evil-lisp-state
 
@@ -62,10 +62,7 @@
   :enable (motion)
   :cursor (bar . 2)
   ;; force smartparens mode
-  (progn
-    (if (evil-lisp-state-p) (smartparens-mode))
-    (setq sp-navigate-consider-symbols nil
-          sp-navigate-reindent-after-up nil)))
+  (if (evil-lisp-state-p) (smartparens-mode)))
 
 (defgroup evil-lisp-state nil
   "Evil lisp state."



reply via email to

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