branch: elpa/evil-lisp-state
commit 77bc863b7c84d3cab63730e4b17352963936f769
Author: syl20bnr <[email protected]>
Commit: syl20bnr <[email protected]>

    Fix default value for evil-lisp-state-enter-lisp-state-on-command
---
 evil-lisp-state.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/evil-lisp-state.el b/evil-lisp-state.el
index ffedf1d648..f175ac50f1 100644
--- a/evil-lisp-state.el
+++ b/evil-lisp-state.el
@@ -142,7 +142,7 @@ If `evil-lisp-state-global' is non nil then this variable 
has no effect."
     :type 'sexp
     :group 'evil-lisp-state)
 
-  (defcustom evil-lisp-state-enter-lisp-state-on-command nil
+  (defcustom evil-lisp-state-enter-lisp-state-on-command t
     "If non nil, enter evil-lisp-state before executing command."
     :type 'sexp
     :group 'evil-lisp-state))

Reply via email to