summary refs log tree commit diff stats
path: root/readme.txt
diff options
context:
space:
mode:
authorCase Duckworth2022-06-15 10:28:01 -0500
committerCase Duckworth2022-06-15 10:28:01 -0500
commit9b2324c6e0f511dd8008aac8037b7df04c764598 (patch)
treee5ba588f0921f261974aef7cc10a81baccb9ac94 /readme.txt
parentaodifu (diff)
downloademacs-9b2324c6e0f511dd8008aac8037b7df04c764598.tar.gz
emacs-9b2324c6e0f511dd8008aac8037b7df04c764598.zip
Change readme...again
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt16
1 files changed, 0 insertions, 16 deletions
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>
3This is my Emacs config.
4There are many like it, but this one is mine.
5
6<h2>interesting bits</h2>
7<p>
8
9Check out the <code>lisp/</code> folder, there's a bunch of cool stuff there.
10My <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
16href="https://git.acdw.net/emacs/">my own server now</a>.)