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