# Emacs Configuration file Emacs configuration file ## Keybinds ### General - Jump to symbol: `C-]` or `gd` - Jump back from symbol: `C-o` ## Web - Refactor JS/TS: `F2` ## 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 ```