My Emacs configuration.
Go to file
Daniel - dccce83ab7
[Elpa] Package update
2017-10-28 19:23:32 +02:00
doc [Doc] Some documentation 2017-08-05 17:35:35 +02:00
elpa [Elpa] Package update 2017-10-28 19:23:32 +02:00
eshell Initial commit 2017-07-16 18:07:00 +02:00
private@8323d9e6d2 [Private] Update 2017-10-28 14:51:39 +02:00
site-lisp [Org] Remove obsolete code from agenda custom command 2017-10-28 14:31:17 +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] Further (?) improve (?) formulation in README.org 2017-10-08 16:52:43 +02:00
gnus [Gnus] news.eternal-september.org seems to work now with TLS 2017-10-14 17:55:42 +02:00
init.el Revert "[Init] Enable ‘smart-mode-line-dark’ explicitly" 2017-10-28 14:50:51 +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/dccce83ab7d668eba6181ddac9c91a476c356336/init.el file, with additional functionality distributed over files in the /dbo/.emacs.d/src/commit/dccce83ab7d668eba6181ddac9c91a476c356336/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.

The main init.el file consists mostly of variable assignments, use-package declarations, and initializing the package subsystem. The main lifting is done by the db/run-init function, which is attached to the after-init-hook in init.el. This way, all necessary local hooks and autoloads are set up by init.el, and the db/run-init functions only activates a (minimal?) configurations needed for every session, including modes, keybindings, hydras, and global hooks. It also imports some environment variables and starts the server when running under windows. Any additional packages are only loaded when required.

Compatibility

This configuration is known to work with Emacs 25.2 (and later) on Debian GNU/Linux and Windows 10 (sigh).

License

ⓒ 2017 Daniel Borchmann

This configuration is available under the MIT license, see /dbo/.emacs.d/src/commit/dccce83ab7d668eba6181ddac9c91a476c356336/LICENSE for details.