diff --git a/modules/helm.el b/modules/helm.el index 793cf1b..d37fe05 100644 --- a/modules/helm.el +++ b/modules/helm.el @@ -21,6 +21,7 @@ '(ace-jump-helm-line helm + helm-flyspell helm-projectile swiper-helm) @@ -124,6 +125,13 @@ (global-set-key (kbd "C-c h x") 'helm-register) (global-set-key (kbd "C-c h M-o") 'helm-occur)) + ;; -------------------------------------------------------------------------- + ;; `helm-flyspell' + ;; -------------------------------------------------------------------------- + + (use-package helm-flyspell + :bind (("C-c C-'" . helm-flyspell-correct))) + ;; ------------------------------------------------------------------------ ;; `helm-projectile' ;; ------------------------------------------------------------------------