Fix keybinds to reflex helm-occur changes upstream
See emacs-helm/helm@f0f17413
This commit is contained in:
parent
700cda370b
commit
9648af6f30
1 changed files with 3 additions and 3 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue