diff options
-rw-r--r-- | readme.md | 10 | ||||
-rw-r--r-- | readme.txt | 16 |
2 files changed, 10 insertions, 16 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..d83a27a --- /dev/null +++ b/readme.md | |||
@@ -0,0 +1,10 @@ | |||
1 | # ~/.emacs | ||
2 | |||
3 | This is my Emacs config. There are many like it, but this one is mine. | ||
4 | |||
5 | ## interesting bits | ||
6 | |||
7 | Check out the `lisp/` folder, there's a bunch of cool stuff there. My | ||
8 | `early-init.el` is pretty static, but interesting stuff happens in `init.el`. | ||
9 | |||
10 | (If you're reading this from tildegit, I've moved to [my own server now](https://git.acdw.net/emacs/).) | ||
diff --git a/readme.txt b/readme.txt deleted file mode 100644 index 413a9fa..0000000 --- a/readme.txt +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | <h1>~/.emacs</h1> | ||
2 | <p> | ||
3 | This is my Emacs config. | ||
4 | There are many like it, but this one is mine. | ||
5 | |||
6 | <h2>interesting bits</h2> | ||
7 | <p> | ||
8 | |||
9 | Check out the <code>lisp/</code> folder, there's a bunch of cool stuff there. | ||
10 | My <code>early-init.el</code> is pretty static, but interesting stuff happens in | ||
11 | <code>init.el</code>. | ||
12 | |||
13 | <p> | ||
14 | |||
15 | (If you're reading this from tildegit, I've moved to <a | ||
16 | href="https://git.acdw.net/emacs/">my own server now</a>.) | ||