We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e595ae commit 9ad4189Copy full SHA for 9ad4189
lispy.el
@@ -4109,7 +4109,8 @@ return the corresponding `setq' expression."
4109
(defvar company-no-begin-commands '(special-lispy-space))
4110
(defvar mc/cmds-to-run-for-all nil)
4111
(defvar mc/cmds-to-run-once nil)
4112
-(add-to-list 'mc/cmds-to-run-once 'lispy-cursor-down)
+(mapc (lambda (x) (add-to-list 'mc/cmds-to-run-once x))
4113
+ '(lispy-cursor-down special-lispy-other-mode))
4114
(mapc (lambda (x) (add-to-list 'mc/cmds-to-run-for-all x))
4115
'(lispy-parens lispy-brackets lispy-braces lispy-quotes
4116
lispy-kill lispy-delete))
0 commit comments