Skip to content

Commit

Permalink
lispy.el (mc/cmds-to-run-once): update
Browse files Browse the repository at this point in the history
  • Loading branch information
abo-abo committed Nov 25, 2014
1 parent 1e595ae commit 9ad4189
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lispy.el
Original file line number Diff line number Diff line change
Expand Up @@ -4109,7 +4109,8 @@ return the corresponding `setq' expression."
(defvar company-no-begin-commands '(special-lispy-space))
(defvar mc/cmds-to-run-for-all nil)
(defvar mc/cmds-to-run-once nil)
(add-to-list 'mc/cmds-to-run-once 'lispy-cursor-down)
(mapc (lambda (x) (add-to-list 'mc/cmds-to-run-once x))
'(lispy-cursor-down special-lispy-other-mode))
(mapc (lambda (x) (add-to-list 'mc/cmds-to-run-for-all x))
'(lispy-parens lispy-brackets lispy-braces lispy-quotes
lispy-kill lispy-delete))
Expand Down

0 comments on commit 9ad4189

Please sign in to comment.