branch: elpa/evil-lisp-state
commit 1a0efed5c222098c5519f70608bfdb297155bb20
Author: syl20bnr <[email protected]>
Commit: syl20bnr <[email protected]>
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 <[email protected]>
;; 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."