about summary refs log tree commit diff stats
path: root/README.org
diff options
context:
space:
mode:
authorCase Duckworth2021-11-21 23:57:41 -0600
committerCase Duckworth2021-11-21 23:57:41 -0600
commita2657993bad828af6743c68931a0e848bfcdec53 (patch)
tree1e9220389184a0c68bc9f6bfe08edca3f2a362e6 /README.org
parentUn-stupidify org-mode filling (diff)
downloademacs-a2657993bad828af6743c68931a0e848bfcdec53.tar.gz
emacs-a2657993bad828af6743c68931a0e848bfcdec53.zip
I DECLARE BANKRUPTCY ... 8
Didn't think to do this till pretty .. written, so here we are.
Diffstat (limited to 'README.org')
-rw-r--r--README.org30
1 files changed, 0 insertions, 30 deletions
diff --git a/README.org b/README.org deleted file mode 100644 index 44b3f6c..0000000 --- a/README.org +++ /dev/null
@@ -1,30 +0,0 @@
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