[Misc] Update README

This commit is contained in:
Daniel - 2017-10-08 16:38:18 +02:00
parent b3151704de
commit 527fe957b6
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 17 additions and 1 deletions

View File

@ -1,2 +1,18 @@
#+title: Daniels Emacs Configuration
My personal Emacs Configuration, containing bits of code collected from around
the web. Have fun with it!
the web. Have fun with it!
* Structure
The main configuration is available in the usual [[init.el]] file, with additional
functionality distributed over files in the [[site-lisp]] directory. Some private
data is outsources into a separate submodule named [[private]], and is not included
in this repository. The configuration should work nevertheless, even without
these private files.
* License
ⓒ 2017 Daniel Borchmann
This configuration is available under the MIT license, see [[LICENSE]] for details.