My Emacs configuration.
Go to file
Daniel - 191e4f84ca
[EShell] Update aliases
2018-07-19 14:14:09 +02:00
doc [Doc] Some documentation 2017-08-05 17:35:35 +02:00
elpa [ELPA] Update 2018-07-08 19:23:32 +02:00
eshell [EShell] Update aliases 2018-07-19 14:14:09 +02:00
site-lisp [EShell] Improving display and navigation of history 2018-07-19 14:02:44 +02:00
snippets/text-mode [Snippets] msc 2018-06-24 12:02:38 +02:00
themes [Theme] Remove customization for ‘org-agenda-done’ face 2017-12-03 09:48:38 +01:00
.gitignore [Utils] Use ‘helm-eww’ when available to list eww-bookmarks 2018-07-14 12:07:01 +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.el [Gnus] Use plain connection to gmane.org 2018-01-27 12:12:22 +01:00
init.el [Misc] Use custom function to format ivy candidates 2018-07-19 13:53: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/191e4f84cadcd1b70dcfb9a1f89a51e952ef51aa/init.el file, with additional functionality distributed over files in the /dbo/.emacs.d/src/commit/191e4f84cadcd1b70dcfb9a1f89a51e952ef51aa/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/191e4f84cadcd1b70dcfb9a1f89a51e952ef51aa/LICENSE for details.