diff options
Diffstat (limited to 'evil-collection-minibuffer.el')
| -rw-r--r-- | evil-collection-minibuffer.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-collection-minibuffer.el b/evil-collection-minibuffer.el index a1e8827..05d368e 100644 --- a/evil-collection-minibuffer.el +++ b/evil-collection-minibuffer.el @@ -45,7 +45,7 @@ it does not have a mode." ;; then it may conflict with other packages' if they do the same. (evil-insert 1)) -(defun evil-collection-minibuffer-init () +(defun evil-collection-minibuffer-setup () "Initialize minibuffer for `evil'." ;; https://www.gnu.org/software/emacs/manual/html_node/elisp/Text-from-Minibuffer.html ;; WARNING: With lexical binding, lambdas from `mapc' and `dolist' become |
