summaryrefslogtreecommitdiff
path: root/README.md
blob: 9db83b4d02f404d56dae72869f6cabb882086000 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Emacs Configuration file
Emacs configuration file

## Per-language Features

### 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
```