Add a more explicit message when checking evil-want-integration

This commit is contained in:
James Nguyen 2018-01-06 11:58:09 -08:00 committed by James N
parent f8fc2e9baf
commit 27b12460fc
1 changed files with 3 additions and 2 deletions

View File

@ -36,8 +36,9 @@
(require 'evil) (require 'evil)
(if (featurep 'evil-integration) (if (featurep 'evil-integration)
(message (if evil-want-integration
"Make sure to set ~evil-want-integration~ to nil before loading evil or evil-collection.") (message "Make sure to set `evil-want-integration' to nil before loading evil or evil-collection.")
(message "`evil-want-integration' was set to nil but not before loading evil."))
(require 'evil-collection-integration)) (require 'evil-collection-integration))
(defgroup evil-collection nil (defgroup evil-collection nil