Make it explicit that minibuffer-related packages (e.g. Helm) need the option

This commit is contained in:
Pierre Neidhardt 2018-06-11 08:18:54 +02:00
parent c6e052e443
commit 2b603d365c
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@
;; If you want to use Evil in the minibuffer, you'll have to enable it by
;; setting `evil-collection-setup-minibuffer' to t before loading this package.
;; This is so because many users find it confusing.
;; Some minibuffer-related packages such as Helm rely on this option.
;;; Code:
(eval-when-compile (require 'subr-x))

View File

@ -93,6 +93,7 @@ more.
For example, if you want to enable Evil in the minibuffer, you'll have to turn it on
explicitly by customizing ~evil-collection-setup-minibuffer~ to ~t~.
Some minibuffer-related packages such as Helm rely on this option.
~use-package~ example: