branch: elpa/evil-lisp-state
commit 48b8c735edf205423cfe1c7a4f50b8e83850c9dd
Author: sbenner <[email protected]>
Commit: sbenner <[email protected]>
Fix configuration example in package commentary
---
evil-lisp-state.el | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/evil-lisp-state.el b/evil-lisp-state.el
index f16246070c..eb7e9ec596 100644
--- a/evil-lisp-state.el
+++ b/evil-lisp-state.el
@@ -29,10 +29,13 @@
;; Adds a new Evil state called --LISP-- (<L>) with mnemonics key bindings
;; to navigate Lisp code and edit the sexp tree.
-;; Configuration example:
-;; (add-hook)
+;; Example of a configuration overriding the `L` key bindings of
+;; evil `motion state`:
-;; More information on the Github repository:
+;; (require 'evil-lisp-state)
+;; (define-key evil-normal-state-map "L" 'evil-lisp-state)
+
+;; More information in the readme of the repository:
;; https://github.com/syl20bnr/evil-lisp-state
;;; Code: