Skip to content

Commit 9ad4189

Browse files
committed
lispy.el (mc/cmds-to-run-once): update
1 parent 1e595ae commit 9ad4189

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lispy.el

+2-1
Original file line numberDiff line numberDiff line change
@@ -4109,7 +4109,8 @@ return the corresponding `setq' expression."
41094109
(defvar company-no-begin-commands '(special-lispy-space))
41104110
(defvar mc/cmds-to-run-for-all nil)
41114111
(defvar mc/cmds-to-run-once nil)
4112-
(add-to-list 'mc/cmds-to-run-once 'lispy-cursor-down)
4112+
(mapc (lambda (x) (add-to-list 'mc/cmds-to-run-once x))
4113+
'(lispy-cursor-down special-lispy-other-mode))
41134114
(mapc (lambda (x) (add-to-list 'mc/cmds-to-run-for-all x))
41144115
'(lispy-parens lispy-brackets lispy-braces lispy-quotes
41154116
lispy-kill lispy-delete))

0 commit comments

Comments
 (0)