Explicitly set helm-prevent-escaping-from-minibuffer to t

This commit is contained in:
syl20bnr 2015-02-14 17:50:36 -05:00
parent f0bbb8a343
commit 9b1e75b369

View file

@ -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)