diff options
author | Case Duckworth | 2021-10-06 19:21:22 -0500 |
---|---|---|
committer | Case Duckworth | 2021-10-06 19:23:03 -0500 |
commit | fc03087cc00818ea6d8b86c66366a09194acfb5d (patch) | |
tree | c2c4d77fcc9de8f48610597c83917c784d9b9e37 | |
parent | Merge branch 'main' of github.com:duckwork/.emacs.d (diff) | |
download | emacs-fc03087cc00818ea6d8b86c66366a09194acfb5d.tar.gz emacs-fc03087cc00818ea6d8b86c66366a09194acfb5d.zip |
Add README.org
How'd I never notice before?!
-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 | ||