.emacs.d/README.org

19 lines
634 B
Org Mode
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#+title: Daniels Emacs Configuration
My personal Emacs Configuration, containing bits of code collected from around
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.