mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix recursive helm error in helm-buffers-list
This commit is contained in:
@ -216,8 +216,7 @@ be negative.")
|
|||||||
"S-<return>" #'helm-ff-run-switch-other-window)
|
"S-<return>" #'helm-ff-run-switch-other-window)
|
||||||
(:after helm-buffers
|
(:after helm-buffers
|
||||||
:map helm-buffer-map
|
:map helm-buffer-map
|
||||||
[M-return] #'helm-buffer-switch-other-window
|
[M-return] #'helm-buffer-switch-other-window)
|
||||||
[return] #'display-buffer)
|
|
||||||
(:after helm-regexp
|
(:after helm-regexp
|
||||||
:map helm-moccur-map
|
:map helm-moccur-map
|
||||||
[M-return] #'helm-moccur-run-goto-line-ow)
|
[M-return] #'helm-moccur-run-goto-line-ow)
|
||||||
|
Reference in New Issue
Block a user