branch: elpa/evil-iedit-state commit 40715752b8faa96b88dc1cf704a16265f6aa1087 Author: Eivind Fonn <evf...@gmail.com> Commit: syl20bnr <sylvain.ben...@gmail.com>
Autoload expand-region integration This adds the keybinding on expand-region load, even if evil-iedit-state is not yet loaded. --- evil-iedit-state.el | 1 + 1 file changed, 1 insertion(+) diff --git a/evil-iedit-state.el b/evil-iedit-state.el index 874a43c829..aa5dd04903 100644 --- a/evil-iedit-state.el +++ b/evil-iedit-state.el @@ -154,6 +154,7 @@ If INTERACTIVE is non-nil then COMMAND is called interactively." (evil-paste-before count)) ;; expand-region integration, add an "e" command +;;;###autoload (eval-after-load 'expand-region '(progn (defun evil-iedit-state/iedit-mode-from-expand-region (&optional arg)