Add a key binding to helm-flyspell correct

This needs flyspell to be activated, though, which is yet to come.
This commit is contained in:
Gergely Polonkai 2016-10-20 10:22:38 +02:00
parent a498706564
commit 1ef79224c1
1 changed files with 5 additions and 1 deletions

View File

@ -466,7 +466,11 @@
(use-package helm-flycheck)
(use-package helm-flyspell)
(use-package helm-flyspell
:demand
:bind
(:map flyspell-mode-map
("C-M-i" . helm-flyspell-correct)))
(use-package helm-github-stars
:init