From 478eafa59bb93ca900380bf431e111195a7caa47 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 1 Jul 2017 11:24:45 +0200 Subject: [PATCH] Add evil-mc-has-cursors-p autoload to evil-mc --- modules/feature/evil/config.el | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/modules/feature/evil/config.el b/modules/feature/evil/config.el index a9418661c..1ae0030c9 100644 --- a/modules/feature/evil/config.el +++ b/modules/feature/evil/config.el @@ -288,13 +288,12 @@ the new algorithm is confusing, like in python or ruby." evil-mc-resume-cursors evil-mc-make-and-goto-first-cursor evil-mc-make-and-goto-last-cursor evil-mc-make-cursor-here evil-mc-make-cursor-move-next-line - evil-mc-make-cursor-move-prev-line - evil-mc-make-cursor-at-pos - evil-mc-make-and-goto-next-cursor evil-mc-skip-and-goto-next-cursor - evil-mc-make-and-goto-prev-cursor evil-mc-skip-and-goto-prev-cursor - evil-mc-make-and-goto-next-match evil-mc-skip-and-goto-next-match - evil-mc-skip-and-goto-next-match evil-mc-make-and-goto-prev-match - evil-mc-skip-and-goto-prev-match) + evil-mc-make-cursor-move-prev-line evil-mc-make-cursor-at-pos + evil-mc-has-cursors-p evil-mc-make-and-goto-next-cursor + evil-mc-skip-and-goto-next-cursor evil-mc-make-and-goto-prev-cursor + evil-mc-skip-and-goto-prev-cursor evil-mc-make-and-goto-next-match + evil-mc-skip-and-goto-next-match evil-mc-skip-and-goto-next-match + evil-mc-make-and-goto-prev-match evil-mc-skip-and-goto-prev-match) :init (defvar evil-mc-key-map (make-sparse-keymap)) :config