Browse Source

added a section of flyspell-mode

custom
Bozhidar Batsov 14 years ago
parent
commit
c209a6da26
  1. 14
      README.md

14
README.md

@ -310,6 +310,20 @@ hard for you to receive automatic updates in the future.
## Caveats & Pitfalls ## 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 ### Ugly colors in the terminal Emacs version
If your Emacs looks considerably uglier in a terminal (compared to the If your Emacs looks considerably uglier in a terminal (compared to the

Loading…
Cancel
Save