summary refs log tree commit diff
path: root/emacs.d/config/fcuny-flyspell.el
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2018-07-06 16:03:10 -0700
committerFranck Cuny <franck.cuny@gmail.com>2018-07-06 16:03:10 -0700
commit8f3b3ba70fee1d5139654b633e92aabc2b6c8f3d (patch)
tree373196513e9babe82f670cf63803b2ac057be227 /emacs.d/config/fcuny-flyspell.el
parent[emacs] Forgot to add the serializer config. (diff)
downloademacs.d-8f3b3ba70fee1d5139654b633e92aabc2b6c8f3d.tar.gz
[emacs] All spelling configs in one place.
Diffstat (limited to 'emacs.d/config/fcuny-flyspell.el')
-rw-r--r--emacs.d/config/fcuny-flyspell.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/emacs.d/config/fcuny-flyspell.el b/emacs.d/config/fcuny-flyspell.el
deleted file mode 100644
index fe26768..0000000
--- a/emacs.d/config/fcuny-flyspell.el
+++ /dev/null
@@ -1,9 +0,0 @@
-(eval-when-compile
-  (require 'use-package))
-
-(use-package flyspell
-  :ensure t
-  :hook ((text-mode-hook . flyspell-mode)
-         (prog-mode-hook . flyspell-prog-mode)))
-
-(provide 'fcuny-flyspell)