mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-11 13:07:28 -05:00
tweak(helm): helm-always-two-windows = t
Don't comandeer the entire frame for helm commands.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user