diff options
Diffstat (limited to 'modes/lispy/evil-collection-lispy.el')
| -rw-r--r-- | modes/lispy/evil-collection-lispy.el | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/modes/lispy/evil-collection-lispy.el b/modes/lispy/evil-collection-lispy.el index 8d836eb..cfbd170 100644 --- a/modes/lispy/evil-collection-lispy.el +++ b/modes/lispy/evil-collection-lispy.el @@ -84,9 +84,11 @@ state." ;; -> `lispyville-insert-at-beginning-of-list' (evil-define-command evil-collection-lispy-insert-at-beginning-of-list (count) - "Enter `evil-collection-lispy-preferred-lispy-state' at the beginning of the current list. -With COUNT, move backward/out COUNT lists first. This is the lispyville -equivalent of `evil-cp-insert-at-beginning-of-form' except for lists only." + "Enter `evil-collection-lispy-preferred-lispy-state' at the start of the list. + +With COUNT, move backward/out COUNT lists first. This is the +lispyville equivalent of `evil-cp-insert-at-beginning-of-form' except for lists +only." (interactive "<c>") (when (lispy--out-backward (or count 1)) (forward-char) @@ -94,7 +96,7 @@ equivalent of `evil-cp-insert-at-beginning-of-form' except for lists only." ;; -> `lispyville-insert-at-end-of-list' (evil-define-command evil-collection-lispy-insert-at-end-of-list (count) - "Enter `lispyville-preferred-state' at the end of the current list. + "Enter `lispyville-preferred-state' at the end of the list. With COUNT, move forward/out COUNT lists first. This is the lispyville equivalent of `evil-cp-insert-at-end-of-form' except for lists only." (interactive "<c>") @@ -578,7 +580,7 @@ Copy of `noc:lispy-delete'." (defun evil-collection-lispy-set-key-theme (theme) "Set `lispy-mode-map' for according to THEME. -THEME is a list of choices: 'special, 'lispy, 'paredit, 'evilcp, +THEME is a list of choices: \='special', \='lispy', \='paredit', \='evilcp', \='c-digits', \='special-evil', \='evil'. This is an exact copy of `lispy-set-key-theme' except with the additions of |
