summaryrefslogtreecommitdiffstats
path: root/lisp/init-flyspell.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-flyspell.el')
-rw-r--r--lisp/init-flyspell.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/init-flyspell.el b/lisp/init-flyspell.el
index eb79802..f2ca0e6 100644
--- a/lisp/init-flyspell.el
+++ b/lisp/init-flyspell.el
@@ -1,7 +1,4 @@
(use-package flyspell
- ;; package is bundled with emacs
- :ensure nil
-
;; load flyspell automatically for these modes
:hook ((git-commit-mode . flyspell-mode)
(gfm-mode . flyspell-mode)