diff options
| author | mattkae <mattkae@protonmail.com> | 2022-11-07 20:01:07 -0500 |
|---|---|---|
| committer | mattkae <mattkae@protonmail.com> | 2022-11-07 20:01:07 -0500 |
| commit | 905be3d7a63c384485252a1f1cdf14287b79a159 (patch) | |
| tree | e0373dacc2435def5663c89ad03aa3b20c4dbce6 /README.md | |
| parent | 5eae98a4a4728bc102e40b039cd8f3ab129a9348 (diff) | |
Halfway decent python mode
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -18,6 +18,11 @@ Emacs configuration file ### JavaScript/TypeScript Must have installed the Typescript language server: https://github.com/typescript-language-server/typescript-language-server +### Python +``` +sudo pip install python-lsp-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 |
