107-flyspell: update comment for customized bindings

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2021-07-25 12:50:52 +02:00
parent ea9a5287a2
commit e5a0c4d8a3

View File

@@ -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))