From 2b603d365cd2ce50e86c6db82c3d68965c964a65 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 11 Jun 2018 08:18:54 +0200 Subject: [PATCH] Make it explicit that minibuffer-related packages (e.g. Helm) need the option --- evil-collection.el | 1 + readme.org | 1 + 2 files changed, 2 insertions(+) diff --git a/evil-collection.el b/evil-collection.el index 5eccde4..c6dbc16 100644 --- a/evil-collection.el +++ b/evil-collection.el @@ -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)) diff --git a/readme.org b/readme.org index d87de21..756eedf 100644 --- a/readme.org +++ b/readme.org @@ -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: