[Emacs] Set helm-exit-idle-delay to 0
This commit is contained in:
parent
56d5e58fdd
commit
ba2b37428c
@ -1751,7 +1751,8 @@ I use helm for almost all emacs completion
|
|||||||
:diminish helm-mode
|
:diminish helm-mode
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
(setq helm-split-window-default-side 'same)
|
(setq helm-split-window-default-side 'same
|
||||||
|
helm-exit-idle-delay 0)
|
||||||
(use-package helm-org
|
(use-package helm-org
|
||||||
:straight nil
|
:straight nil
|
||||||
:defer 10
|
:defer 10
|
||||||
|
Loading…
Reference in New Issue
Block a user