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:
|
;;; Code:
|
||||||
(use-package flyspell
|
(use-package flyspell
|
||||||
:bind (("C-`" . ispell-word)
|
:bind (("C-`" . ispell-word) ; default: M-$
|
||||||
("C-~" . ispell-buffer))
|
("C-~" . ispell-buffer))
|
||||||
:init
|
:init
|
||||||
(dolist (hook '(text-mode-hook org-mode-hook))
|
(dolist (hook '(text-mode-hook org-mode-hook))
|
||||||
|
|||||||
Reference in New Issue
Block a user