# Emacs Configuration file My emacs configuration file. This configuration only works with Emacs version 28. ## Keybinds - Copy: `M-w` - Cut: `C-w` - Paste: `C-y` - Jump to symbol: `M-.` - Jump back from symbol: `M-,` - Next error: `M-n` - Previous error: `M-p` - Open project: `C-c p o` - Find file in project: `C-c p p` - Grep in project: `C-c p f` - Rename symbol : `F2` - Move line up/down: `M-` - Find references: `M-?` - Kill buffer: `C-x k` - Autocomplete: `C-.` ## Dependencies - [ripgrep](https://github.com/BurntSushi/ripgrep): for search - [gopls](https://go.dev/gopls/): go language server - [pylsp](https://pypi.org/project/python-lsp-server/): python language server - [hunspell](https://github.com/hunspell/hunspell): for spellcheck - [clangd](https://github.com/clangd/clangd): C/C++ language server - [dart](https://dart.dev/): dart language server ## Fonts - JetBrains Mono - Iosevka ## Ubuntu 25.10 Install ```sh sudo apt install ripgrep gopls python3-pylsp clangd ``` ## Org mode The configuration assumes that you have an `~/OrgRoam` folder and an `~/OrgRoam/daily` folder at the root of your home directory.