diff options
| author | James Nguyen <james@jojojames.com> | 2018-01-11 19:45:36 -0800 |
|---|---|---|
| committer | James N <james@jojojames.com> | 2018-01-12 00:51:47 -0800 |
| commit | c7654a3a77df3068c2943e152ca4d948bac9d050 (patch) | |
| tree | bacc781de9b9965c903ba4cc89a3686b811c0527 /evil-collection-compile.el | |
| parent | 72a397d704739eb7930500cff9c532871662a20f (diff) | |
Support evil-search-module set to evil-search (#49)
Diffstat (limited to 'evil-collection-compile.el')
| -rw-r--r-- | evil-collection-compile.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/evil-collection-compile.el b/evil-collection-compile.el index 82f7136..9c11518 100644 --- a/evil-collection-compile.el +++ b/evil-collection-compile.el @@ -29,6 +29,7 @@ ;;; Code: (require 'evil) (require 'compile) +(require 'evil-collection-evil-search) (defun evil-collection-compile-setup () "Set up `evil' bindings for `compile'." @@ -36,7 +37,7 @@ (evil-define-key 'normal compilation-mode-map "g?" 'describe-mode - "?" 'evil-search-backward + "?" evil-collection-evil-search-backward "gg" 'evil-goto-first-line "0" 'evil-digit-argument-or-evil-beginning-of-line [mouse-2] 'compile-goto-error |
