Explicitly set helm-prevent-escaping-from-minibuffer
to t
This commit is contained in:
parent
f0bbb8a343
commit
9b1e75b369
1 changed files with 2 additions and 1 deletions
|
@ -1128,7 +1128,8 @@ which require an initialization must be listed explicitly in the list.")
|
|||
:defer t
|
||||
:init
|
||||
(progn
|
||||
(setq helm-split-window-in-side-p nil
|
||||
(setq helm-prevent-escaping-from-minibuffer t
|
||||
helm-split-window-in-side-p nil
|
||||
helm-bookmark-show-location t
|
||||
helm-buffers-fuzzy-matching t
|
||||
helm-always-two-windows t)
|
||||
|
|
Reference in a new issue