summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2022-09-07 08:56:28 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2022-09-07 08:56:28 -0400
commitd11f50a7a66ecfbf783b1885aaa41da6dc25c2a9 (patch)
treee16f2f8c820579f1a7ef2aa16eac3188482c6e82 /README.md
parentbdb3bf9f1c8d67d4c76f488ea8b5d29c16d632dc (diff)
Spell check support for text files
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2162052..9db83b4 100644
--- a/README.md
+++ b/README.md
@@ -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
+```