help: Fix missing require for -inhibit-insert-state

This commit is contained in:
Pierre Neidhardt 2018-06-28 17:18:06 +02:00
parent 6a30d6b2ad
commit 66bcb19839
1 changed files with 1 additions and 1 deletions

View File

@ -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))