Better lazy loading of helm

This commit is contained in:
syl20bnr 2014-08-31 17:34:31 -04:00
parent b5219a5c14
commit 4d5e3f2f29

View file

@ -0,0 +1,8 @@
(use-package helm
:defer t
:init
(add-to-hooks 'helm-mode '(erlang-mode-hook
markdown-mode-hook
org-mode-hook
prog-mode-hook
)))