From fff2440193d2c6181b06ae0f95f6bf8c2758c495 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Sat, 17 Jun 2017 19:08:05 +0200 Subject: [PATCH] renamed --- README.md | 1 + README.html => emacs.html | 0 2 files changed, 1 insertion(+) create mode 100644 README.md rename README.html => emacs.html (100%) diff --git a/README.md b/README.md new file mode 100644 index 0000000..5288867 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +You can read the [HTML export of my .emacs file](https://raw.githubusercontent.com/TLINDEN/dot-emacs/master/emacs.html) or download the [original elisp file](https://raw.githubusercontent.com/TLINDEN/dot-emacs/master/.emacs). diff --git a/README.html b/emacs.html similarity index 100% rename from README.html rename to emacs.html