Better lazy loading of helm
This commit is contained in:
parent
b5219a5c14
commit
4d5e3f2f29
1 changed files with 8 additions and 0 deletions
8
init-package/init-helm.el
Normal file
8
init-package/init-helm.el
Normal 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
|
||||
)))
|
Reference in a new issue