summaryrefslogtreecommitdiffstats
path: root/lisp/init-flyspell.el
diff options
context:
space:
mode:
authorMartin Polden <martin.polden@gmail.com>2016-02-27 12:41:33 +0100
committerMartin Polden <martin.polden@gmail.com>2016-02-27 12:41:33 +0100
commit1f58bb36eecab343460b4394738f9e10cc30f0f1 (patch)
treef7cdb00f88ac1fa3bf5990ae7f94fa287942df1c /lisp/init-flyspell.el
parentd1dbce715da1116990485e8624897fe38d1d0374 (diff)
Move flyspell config to separate file
Diffstat (limited to 'lisp/init-flyspell.el')
-rw-r--r--lisp/init-flyspell.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/init-flyspell.el b/lisp/init-flyspell.el
new file mode 100644
index 0000000..38db07e
--- /dev/null
+++ b/lisp/init-flyspell.el
@@ -0,0 +1,5 @@
+(use-package flyspell
+ ;; package is bundled with emacs
+ :ensure nil)
+
+(provide 'init-flyspell)