summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 79a8f59..b0a5719 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Emacs Configuration file
-Emacs configuration file
+My emacs configuration file. This configuration only works with Emacs version 28.
## Keybinds
### General
@@ -8,19 +8,20 @@ Emacs configuration file
- Paste: `C-y`
- Jump to symbol: `M-.`
- Jump back from symbol: `M-,`
-- Open project: `s-o`
-- Find file in project: `s-p`
-- Grep in project: `s-F`
+- Open project: `C-c p o`
+- Find file in project: `C-c p p`
+- Grep in project: `C-c p f`
- Refactor : `F2`
- Move line up/down: `M-<UP/DOWN>`
- Find references: `M-?`
- Kill buffer: `C-x k`
+- Toggle tree: `C-c ;`
## Fonts
- I make use of `monaco` and `iosevka`.
## Org mode
-- The configuration assumes that you have an `~/OrgRoam` folder at the root of your home directory.
+- The configuration assumes that you have an `~/OrgRoam` folder and an `~/OrgRoam/daily` folder at the root of your home directory.
## Per-language Features