Fix keybinds to reflex helm-occur changes upstream

See emacs-helm/helm@f0f17413
This commit is contained in:
Henrik Lissner 2019-04-03 01:40:58 -04:00
parent 700cda370b
commit 9648af6f30
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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