107-flyspell: update comment for customized bindings
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user