summaryrefslogtreecommitdiff
path: root/evil-collection-compile.el
diff options
context:
space:
mode:
authorJames Nguyen <james@jojojames.com>2018-01-11 19:45:36 -0800
committerJames N <james@jojojames.com>2018-01-12 00:51:47 -0800
commitc7654a3a77df3068c2943e152ca4d948bac9d050 (patch)
treebacc781de9b9965c903ba4cc89a3686b811c0527 /evil-collection-compile.el
parent72a397d704739eb7930500cff9c532871662a20f (diff)
Support evil-search-module set to evil-search (#49)
Diffstat (limited to 'evil-collection-compile.el')
-rw-r--r--evil-collection-compile.el3
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