Use helm-flyspell for the flyspell popup

This commit is contained in:
Wojciech Kozlowski 2019-07-24 08:32:55 +02:00
parent 991640e7a6
commit 75109139b6

View File

@ -21,6 +21,7 @@
'(ace-jump-helm-line '(ace-jump-helm-line
helm helm
helm-flyspell
helm-projectile helm-projectile
swiper-helm) swiper-helm)
@ -124,6 +125,13 @@
(global-set-key (kbd "C-c h x") 'helm-register) (global-set-key (kbd "C-c h x") 'helm-register)
(global-set-key (kbd "C-c h M-o") 'helm-occur)) (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' ;; `helm-projectile'
;; ------------------------------------------------------------------------ ;; ------------------------------------------------------------------------