diff --git a/README.md b/README.md new file mode 100644 index 0000000..f3fe797 --- /dev/null +++ b/README.md @@ -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. diff --git a/README.org b/README.org deleted file mode 120000 index 89d67a1..0000000 --- a/README.org +++ /dev/null @@ -1 +0,0 @@ -./config.org \ No newline at end of file