From b5129651248f2b287cf79a31fefb38b705bc1568 Mon Sep 17 00:00:00 2001 From: Arthur BARRAUX Date: Fri, 18 Oct 2024 21:17:59 +0000 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f3fe797..567ad72 100644 --- a/README.md +++ b/README.md @@ -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. -```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.