Go to file
Daniel Borchmann ddded41c7a
[Timeline] Change time formats when displaying only one day
There is no use in displaying the whole date when it’s clear that we are only
looking at one day.  Thus, only hours and minutes are shown for start and end
times now.  To make the headline still useful, a new time format has been
introduced.
2018-07-31 14:07:56 +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 [Timeline] Change time formats when displaying only one day 2018-07-31 14:07:56 +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
gnus.el [Gnus] Use plain connection to gmane.org 2018-01-27 12:12:22 +01:00
init.el [Misc] Use simpler name for custom-file 2018-07-20 16:24:18 +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

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 /exot/.emacs.d/src/commit/ddded41c7acd7659e234b5a416e1eeb86b984736/init.el file, with additional functionality distributed over files in the /exot/.emacs.d/src/commit/ddded41c7acd7659e234b5a416e1eeb86b984736/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 /exot/.emacs.d/src/commit/ddded41c7acd7659e234b5a416e1eeb86b984736/LICENSE for details.