From 9872546d21001b26677cc55d8f681c982b0601b0 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 8 Apr 2024 21:20:08 -0400 Subject: [PATCH] tweak(helm): helm-always-two-windows = t Don't comandeer the entire frame for helm commands. --- modules/completion/helm/config.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/completion/helm/config.el b/modules/completion/helm/config.el index 916a944fe..7dedabbf1 100644 --- a/modules/completion/helm/config.el +++ b/modules/completion/helm/config.el @@ -43,7 +43,9 @@ Can be negative.") ;; symbol at point. helm-imenu-execute-action-at-once-if-one nil ;; Disable special behavior for left/right, M-left/right keys. - helm-ff-lynx-style-map nil) + helm-ff-lynx-style-map nil + ;; Don't commandeer the entire frame for helm commands. + helm-always-two-windows nil) (map! [remap apropos] #'helm-apropos [remap find-library] #'helm-locate-library