From e81308b2ceb965a13cb60bc9a706033c0e3dfabb Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Mon, 10 Sep 2018 21:53:18 +0300 Subject: [PATCH] Update readme file --- README.MD | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.MD diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..2aa7167 --- /dev/null +++ b/README.MD @@ -0,0 +1,17 @@ +# My emacs config + +Contains config I use for the following languages/modes: + +* Elixir +* Ruby +* Rust +* Markdown +* HTML and compatibile (ERB) + +As of current iteration, I avoid usage of Evil modes, instead focusing of usage of Emacs functionality. + +## Installation + +```bash +git clone git@github.com:maciej-szlosarczyk/emacs.git ~/.emacs.d +```