My Emacs configuration.
Go to file
Daniel - 164bb5dd18
Set X11 event timeout to nil
This seems to fix a regression in Emacs 26 resulting in slow pop-ups of
windows.  See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30995.
2019-01-02 21:42:42 +01:00
bin [Scripts] Renaming suffix of awk script 2018-12-16 18:39:13 +01:00
doc [Doc] Some documentation 2017-08-05 17:35:35 +02:00
elpa [ELPA] Package Update 2018-12-02 14:52:36 +01:00
eshell [EShell] Update aliases 2018-07-19 14:14:09 +02:00
site-lisp [EShell] Fix completion for git 2018-12-09 14:55:52 +01:00
snippets/text-mode [Misc] Update snippets 2018-09-02 17:56:57 +02:00
themes [Theme] Remove customization for ‘org-agenda-done’ face 2017-12-03 09:48:38 +01:00
.gitignore [Misc] Update .gitignore 2018-12-23 15:21:55 +01:00
LICENSE [Misc] Add License 2017-07-16 18:17:03 +02:00
README.org [README] Update copyright 2018-11-04 09:05:03 +01:00
gnus.el [Init] Move ldap configuration to main init file 2019-01-01 13:03:08 +01:00
init.el Set X11 event timeout to nil 2019-01-02 21:42:42 +01: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/164bb5dd18a82e087abd8a94ac0d825e6ba95d6b/init.el file, with additional functionality distributed over files in the /dbo/.emacs.d/src/commit/164bb5dd18a82e087abd8a94ac0d825e6ba95d6b/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

ⓒ 20172018 Daniel Borchmann

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