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

(provide 'init-flyspell)