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)
|
||||
(:after helm-buffers
|
||||
:map helm-buffer-map
|
||||
[M-return] #'helm-buffer-switch-other-window
|
||||
[return] #'display-buffer)
|
||||
[M-return] #'helm-buffer-switch-other-window)
|
||||
(:after helm-regexp
|
||||
:map helm-moccur-map
|
||||
[M-return] #'helm-moccur-run-goto-line-ow)
|
||||
|
Reference in New Issue
Block a user