real readme

This commit is contained in:
Arthur BARRAUX
2024-10-18 23:09:35 +02:00
parent 65f1ac37ff
commit 7a8b06e849
2 changed files with 11 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
* Emacs Configuration
** 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```
Then you will have to put this only line in your `init.el` file:
```(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.