[Emacs] Set helm-exit-idle-delay to 0

This commit is contained in:
Ivan Malison 2018-07-05 13:23:54 -07:00
parent 56d5e58fdd
commit ba2b37428c
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1751,7 +1751,8 @@ I use helm for almost all emacs completion
:diminish helm-mode
:config
(progn
(setq helm-split-window-default-side 'same)
(setq helm-split-window-default-side 'same
helm-exit-idle-delay 0)
(use-package helm-org
:straight nil
:defer 10