Update README.md
This commit is contained in:
@@ -1,11 +1,15 @@
|
|||||||
* Emacs Configuration
|
# Emacs Configuration
|
||||||
|
|
||||||
** Installation
|
## Installation
|
||||||
|
|
||||||
Just have to clone the repo in your emacs directory (`emacs.default` for me) with sub modules.
|
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:
|
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.
|
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.
|
Now the configuration should be great and you can make any changs you want on the org file.
|
||||||
|
|||||||
Reference in New Issue
Block a user