Use helm-flyspell for the flyspell popup
This commit is contained in:
parent
991640e7a6
commit
75109139b6
@ -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'
|
||||
;; ------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user