summaryrefslogtreecommitdiff
path: root/README.md
blob: 8806a77f26fd0b334a895a7169ae60a458eb7838 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# 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-<UP/DOWN>`
- 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.