tweak(helm): helm-always-two-windows = t

Don't comandeer the entire frame for helm commands.
This commit is contained in:
Henrik Lissner 2024-04-08 21:20:08 -04:00 committed by Yann Esposito (Yogsototh)
parent f8459b36de
commit 9872546d21
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -43,7 +43,9 @@ Can be negative.")
;; symbol at point. ;; symbol at point.
helm-imenu-execute-action-at-once-if-one nil helm-imenu-execute-action-at-once-if-one nil
;; Disable special behavior for left/right, M-left/right keys. ;; 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 (map! [remap apropos] #'helm-apropos
[remap find-library] #'helm-locate-library [remap find-library] #'helm-locate-library