From c209a6da26a49ba1bc65a3c95c913e1c59a49dbf Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Fri, 16 Mar 2012 12:38:55 +0200 Subject: [PATCH] added a section of flyspell-mode --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 00efff0..d433af0 100644 --- a/README.md +++ b/README.md @@ -310,6 +310,20 @@ hard for you to receive automatic updates in the future. ## Caveats & Pitfalls +### Problems with flyspell-mode + +Prelude makes heavy use of the flyspell-mode package for spell +checking of various things. The proper operation of flyspell depends +on the presence of the `aspell` program and an `en` dictionary on your +system. You can install `aspell` and the dictionary on OS X with +`homebrew` like this: + +```bash +$ brew install aspell --lang=en +``` + +On Linux distros - just use your distro's package manager. + ### Ugly colors in the terminal Emacs version If your Emacs looks considerably uglier in a terminal (compared to the