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

    Missing autoload on defcustom
---
 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 bc1b21d360..f45cfd055a 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: 4.2.1
+;; Version: 4.2.2
 ;; Package-Requires: ((evil "1.0.9") (smartparens "1.6.1"))
 ;; URL: https://github.com/syl20bnr/evil-lisp-state
 
@@ -86,6 +86,7 @@
   :group 'emulations
   :prefix 'evil-lisp-state-)
 
+;;;###autoload
 (defcustom evil-lisp-state-backward-prefix "<tab>"
   "Prefix to execute the backward version of a command"
   :type 'string

Reply via email to