From 1ef79224c1cd4d6fd9a375c8371bcfaacb129c9f Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 20 Oct 2016 10:22:38 +0200 Subject: [PATCH] Add a key binding to helm-flyspell correct This needs flyspell to be activated, though, which is yet to come. --- init.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index ac5f1c3..62c7c7e 100644 --- a/init.el +++ b/init.el @@ -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