summaryrefslogtreecommitdiffstats
path: root/lisp/init-flyspell.el
blob: 4e6b363b5dbd19db141582234a47e4c10f0f1262 (plain) (blame)
1
2
3
4
5
6
7
8
(use-package flyspell
  ;; package is bundled with emacs
  :ensure nil

  :bind (:map flyspell-mode-map
              ("C-c c" . flyspell-correct-word-before-point)))

(provide 'init-flyspell)