From 9648af6f3051e92c85cba5edf1289430b871dea7 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 3 Apr 2019 01:40:58 -0400 Subject: [PATCH] Fix keybinds to reflex helm-occur changes upstream See emacs-helm/helm@f0f17413 --- modules/config/default/+evil-bindings.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index 56999ad4f..f56d08003 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -344,9 +344,9 @@ (:after helm-buffers :map helm-buffer-map [C-return] #'helm-buffer-switch-other-window) - (:after helm-regexp - :map helm-moccur-map - [C-return] #'helm-moccur-run-goto-line-ow) + (:after helm-occur + :map helm-occur-map + [C-return] #'helm-occur-run-goto-line-ow) (:after helm-grep :map helm-grep-map [C-return] #'helm-grep-run-other-window-action))))