about summary refs log tree commit diff stats
path: root/README.org
diff options
context:
space:
mode:
authorCase Duckworth2021-10-06 19:21:22 -0500
committerCase Duckworth2021-10-06 19:23:03 -0500
commitfc03087cc00818ea6d8b86c66366a09194acfb5d (patch)
treec2c4d77fcc9de8f48610597c83917c784d9b9e37 /README.org
parentMerge branch 'main' of github.com:duckwork/.emacs.d (diff)
downloademacs-fc03087cc00818ea6d8b86c66366a09194acfb5d.tar.gz
emacs-fc03087cc00818ea6d8b86c66366a09194acfb5d.zip
Add README.org
How'd I never notice before?!
Diffstat (limited to 'README.org')
-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