From e5a0c4d8a3df536a5292245b9fc4720c580c593c Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Sun, 25 Jul 2021 12:50:52 +0200 Subject: [PATCH] 107-flyspell: update comment for customized bindings Signed-off-by: Ralf Zerres --- site-start.d/107-flyspell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-start.d/107-flyspell.el b/site-start.d/107-flyspell.el index de5cdea..57cb9a8 100644 --- a/site-start.d/107-flyspell.el +++ b/site-start.d/107-flyspell.el @@ -7,7 +7,7 @@ ;;; Code: (use-package flyspell - :bind (("C-`" . ispell-word) + :bind (("C-`" . ispell-word) ; default: M-$ ("C-~" . ispell-buffer)) :init (dolist (hook '(text-mode-hook org-mode-hook))