diff options
-rw-r--r-- | README.org | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/README.org b/README.org new file mode 100644 index 0000000..44b3f6c --- /dev/null +++ b/README.org | |||
@@ -0,0 +1,30 @@ | |||
1 | #+TITLE: My Emacs configuration | ||
2 | #+AUTHOR: Case Duckworth | ||
3 | |||
4 | This is my Emacs configuration. There are many like it, but this one is mine. | ||
5 | |||
6 | * Files of interest | ||
7 | |||
8 | - {early-,}init.el :: … why we're here | ||
9 | - gnus.el :: not used any more | ||
10 | - eshell.el :: like gnus.el, but for eshell. Might be really stupid. | ||
11 | - lisp/*.el :: my extras. | ||
12 | |||
13 | At /some/ point, I'll move my bespoke stuff from lisp/ to acdw/, and add a | ||
14 | compat/ directory for compatibility files (i.e., repeat.el). Until then, | ||
15 | bleh. It works. | ||
16 | |||
17 | * License | ||
18 | |||
19 | Unless otherwise specified, all files under this directory are licensed under | ||
20 | my own /Good Choices License/, the entire text of which is copied here. | ||
21 | |||
22 | #+begin_example | ||
23 | Everyone is permitted to do whatever with this software, without | ||
24 | limitation. This software comes without any warranty whatsoever, | ||
25 | but with two pieces of advice: | ||
26 | |||
27 | - Be kind to yourself. | ||
28 | |||
29 | - Make good choices. | ||
30 | #+end_example | ||