summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Nguyen <james@jojojames.com>2022-06-06 11:12:57 -0400
committerJames Nguyen <james@jojojames.com>2022-06-06 11:12:57 -0400
commit6c8627d3b3cc029589b519a0a019af13d0ad29be (patch)
treea142c0cc83daa065cb854f4f4e17b2fe603b5905
parentd48c72490b93d082c76cfb07190d855837159334 (diff)
Tweak
-rw-r--r--evil-collection.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/evil-collection.el b/evil-collection.el
index 7189fcd..5c765f3 100644
--- a/evil-collection.el
+++ b/evil-collection.el
@@ -352,7 +352,7 @@ this confusing. It will be included if
:group 'evil-collection)
(defcustom evil-collection-config
- `((buff-menu :defer t)
+ '((buff-menu :defer t)
(calc :defer t)
(comint :defer t)
(debug :defer t)
@@ -899,8 +899,6 @@ instead of the modes in `evil-collection-mode-list'."
(evil-collection-require 'unimpaired)
(evil-collection-unimpaired-setup)))
-
-
(defun evil-collection-setup (&optional modes)
"Register the Evil bindings for all modes in `evil-collection-mode-list'.
@@ -908,7 +906,7 @@ instead of the modes in `evil-collection-mode-list'."
This is a special wrapper over `evil-collection-init' that respects
configuration from `evil-collection-config'. This function is experimental,
-so don't use if you don't breakages or API changes.
+so don't use if you don't want breakages or API changes.
If MODES is specified (as either one mode or a list of modes), use those modes
instead of the modes in `evil-collection-mode-list'.