Defer loading of flyspell-correct-helm, otherwise it just requires helm

This commit is contained in:
ralesi 2016-12-08 20:29:52 -07:00 committed by d12frosted
parent 67dda61031
commit 29925a0b94
No known key found for this signature in database
GPG key ID: 8F60E862D6F5CE8F

View file

@ -78,7 +78,8 @@
(use-package flyspell-correct-ivy))
(defun spell-checking/init-flyspell-correct-helm ()
(use-package flyspell-correct-helm))
(use-package flyspell-correct-helm
:defer t))
(defun spell-checking/init-flyspell-correct-popup ()
(use-package flyspell-correct-popup))