diff options
| author | Justin Burkett <justin@burkett.cc> | 2018-06-28 13:11:17 -0400 |
|---|---|---|
| committer | James N <james@jojojames.com> | 2018-06-30 10:05:52 -0700 |
| commit | 2d4ebf596e93c5162a331c21ff5b0c623ee3f1cd (patch) | |
| tree | 1c017ebb2427e95f4bd1ed25f13ae403148117fb /evil-collection-info.el | |
| parent | 5affbdb02c5a6328b702a8a3da52d3d21fcea35d (diff) | |
Convert evil-collection-inhibit-insert-state to function
Move to evil-collection.el. Make requires consistent across all package
files. Delete evil-collection-util.el.
Diffstat (limited to 'evil-collection-info.el')
| -rw-r--r-- | evil-collection-info.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/evil-collection-info.el b/evil-collection-info.el index d2bac7a..bb303ac 100644 --- a/evil-collection-info.el +++ b/evil-collection-info.el @@ -28,7 +28,7 @@ ;; This package uses normal state and redefines everything. ;;; Code: -(require 'evil-collection-util) +(require 'evil-collection) (require 'evil-collection-evil-search) (require 'info) @@ -36,7 +36,7 @@ (defun evil-collection-info-setup () "Set up `evil' bindings for `info-mode'." - (evil-collection-util-inhibit-insert-state Info-mode-map) + (evil-collection-inhibit-insert-state 'Info-mode-map) (evil-set-initial-state 'Info-mode 'normal) (evil-collection-define-key 'normal 'Info-mode-map (kbd "<tab>") 'Info-next-reference |
