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