summaryrefslogtreecommitdiff
path: root/evil-collection-help.el
diff options
context:
space:
mode:
authorPierre Neidhardt <ambrevar@gmail.com>2018-06-28 17:18:06 +0200
committerPierre Neidhardt <ambrevar@gmail.com>2018-06-28 17:18:06 +0200
commit66bcb19839e7152ca8b41dbb3070413e1af26dca (patch)
tree13bb3380a90e5af7dbb659314ffece7931ee22b9 /evil-collection-help.el
parent6a30d6b2ad4cd502edc5d5594b5fe8d688ea11b3 (diff)
help: Fix missing require for -inhibit-insert-state
Diffstat (limited to 'evil-collection-help.el')
-rw-r--r--evil-collection-help.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-collection-help.el b/evil-collection-help.el
index e542df9..78a1e5d 100644
--- a/evil-collection-help.el
+++ b/evil-collection-help.el
@@ -27,7 +27,7 @@
;; Evil bindings for `help-mode'.
;;; Code:
-(require 'evil-collection)
+(require 'evil-collection-util)
(require 'help-mode)
(defconst evil-collection-help-maps '(help-mode-map))