From 7a8b06e849a56a90655c0da84ddf1a3c16c0419c Mon Sep 17 00:00:00 2001 From: Arthur BARRAUX Date: Fri, 18 Oct 2024 23:09:35 +0200 Subject: [PATCH] real readme --- README.md | 11 +++++++++++ README.org | 1 - 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 README.md delete mode 120000 README.org 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