My Emacs configuration.
Go to file
Daniel - b6414e118d
[Music] Move cache update function to better place in db-music.el
2019-06-10 16:26:58 +02:00
bin [Scripts] Renaming suffix of awk script 2018-12-16 18:39:13 +01:00
doc [Doc] Add tags in emacs-notes.org to make entries not appear as stuck 2019-02-10 13:55:58 +01:00
elpa [ELPA] Update 2019-04-12 11:10:59 +02:00
eshell [EShell] Update aliases 2018-07-19 14:14:09 +02:00
site-lisp [Music] Move cache update function to better place in db-music.el 2019-06-10 16:26:58 +02:00
snippets/text-mode [Misc] Update snippets 2018-09-02 17:56:57 +02:00
themes [Themes] More updates 2019-04-07 14:15:08 +02:00
.gitignore [ELPA] Update 2019-04-12 11:10:59 +02:00
LICENSE [Misc] Add License 2017-07-16 18:17:03 +02:00
README.org [README] Update copyright notice 2019-02-17 10:19:37 +01:00
init.el [Music] Introduce ‘db/play-auto-playlist’ 2019-06-10 14:11:52 +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/b6414e118da979542a7b7a1913a1eacf222eae4d/init.el file, with additional functionality distributed over files in the /dbo/.emacs.d/src/commit/b6414e118da979542a7b7a1913a1eacf222eae4d/site-lisp directory. Some private data (like customization) is outsources into a separate directory 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

ⓒ 20172019 Daniel Borchmann

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