From 75109139b6c036c59930bbb65aa30d5eb360dd59 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Wed, 24 Jul 2019 08:32:55 +0200 Subject: [PATCH] Use helm-flyspell for the flyspell popup --- modules/helm.el | 8 ++++++++ 1 file changed, 8 insertions(+) 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' ;; ------------------------------------------------------------------------