diff --git a/modules/completion/helm/config.el b/modules/completion/helm/config.el index 48542db64..77ed800ef 100644 --- a/modules/completion/helm/config.el +++ b/modules/completion/helm/config.el @@ -216,8 +216,7 @@ be negative.") "S-" #'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)