From 77600a1afae39f41039e9315ab0a04a8d39dc714 Mon Sep 17 00:00:00 2001 From: Arthur BARRAUX Date: Fri, 18 Oct 2024 23:29:29 +0200 Subject: [PATCH] little bit of help --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3fe797..0660fd6 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,24 @@ ** Installation Just have to clone the repo in your emacs directory (`emacs.default` for me) with sub modules. -```git clone --recurse-submodules https://gitlab.isima.fr/arbarraux/emacs-config.git``` +``` git +git clone --recurse-submodules https://gitlab.isima.fr/arbarraux/emacs-config.git +``` Then you will have to put this only line in your `init.el` file: -```(org-babel-load-file "~/.emacs.default/config.org")``` +``` emacs-lisp +(org-babel-load-file "~/.emacs.default/config.org") +``` Obviously, you need to change the path to your config file. Now the configuration should be great and you can make any changs you want on the org file. + +** Key bindings +| Keybind | Action | +|:--------|:----------------------------------------| +| `ù` | Insert the dereference arrow in C `->`. | +| `C-c r` | Reload the config file (**init.el**) | +| `C-c c` | Open the org config file. | +| `C-x é` | Split window vertically. | +| `C-x "` | Split window horizontaly. | +| `C-x à` | Close current window. | +| | |