diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,3 +6,8 @@ Emacs configuration file ### JavaScript/TypeScript Must have installed the Typescript language server: https://github.com/typescript-language-server/typescript-language-server +### Text +`hunspell` is used to provide spell check on `.txt` files. Make sure to have install the hunspell package for your language. In my instance, I had to do: +```sh +sudo pacman -S hunspell hunspell-en_us +``` |