about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.org30
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
4This 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
13At /some/ point, I'll move my bespoke stuff from lisp/ to acdw/, and add a
14compat/ directory for compatibility files (i.e., repeat.el). Until then,
15bleh. It works.
16
17* License
18
19Unless otherwise specified, all files under this directory are licensed under
20my own /Good Choices License/, the entire text of which is copied here.
21
22#+begin_example
23Everyone is permitted to do whatever with this software, without
24limitation. This software comes without any warranty whatsoever,
25but with two pieces of advice:
26
27- Be kind to yourself.
28
29- Make good choices.
30#+end_example