My Emacs configuration.
Go to file
Daniel - 527fe957b6
[Misc] Update README
2017-10-08 16:38:29 +02:00
doc [Doc] Some documentation 2017-08-05 17:35:35 +02:00
elpa [Packages] Update 2017-09-22 18:57:02 +02:00
eshell Initial commit 2017-07-16 18:07:00 +02:00
private@6462eddff9 [Misc] Move abbreviations to private/ 2017-10-02 18:09:57 +02:00
site-lisp [Org] Fix issue of ‘nil’ file names when exporting diary 2017-10-08 16:33:43 +02:00
snippets/text-mode [Snippets] Delete review snippet 2017-09-29 21:23:55 +02:00
themes [Themes] Move themes into separate directory 2017-10-02 18:05:34 +02:00
.gitignore [Misc] Update .gitignore 2017-10-02 18:13:44 +02:00
.gitmodules Initial commit 2017-07-16 18:07:00 +02:00
LICENSE [Misc] Add License 2017-07-16 18:17:03 +02:00
README.org [Misc] Update README 2017-10-08 16:38:29 +02:00
gnus [Gnus] Remove obsolete university address 2017-10-01 20:48:14 +02:00
init.el [Dired] Enable quicksorting for windows 2017-10-05 18:28:41 +02:00

README.org

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 /dbo/.emacs.d/src/commit/527fe957b64572f51d9d25120070d88a4911d558/init.el file, with additional functionality distributed over files in the /dbo/.emacs.d/src/commit/527fe957b64572f51d9d25120070d88a4911d558/site-lisp directory. Some private data is outsources into a separate submodule named /dbo/.emacs.d/src/commit/527fe957b64572f51d9d25120070d88a4911d558/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 /dbo/.emacs.d/src/commit/527fe957b64572f51d9d25120070d88a4911d558/LICENSE for details.