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
parent a4b7aa1c56
commit 42de6282f4
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

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