branch: elpa/evil-lisp-state
commit 36d945c5db36750cdf4bd0eebfb9d775a9c41fe0
Author: sbenner <[email protected]>
Commit: sbenner <[email protected]>
Add autoload cookie to required custom variable
---
evil-lisp-state.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/evil-lisp-state.el b/evil-lisp-state.el
index 018eb8e100..1a76af7595 100644
--- a/evil-lisp-state.el
+++ b/evil-lisp-state.el
@@ -69,6 +69,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