[Misc] Further (?) improve (?) formulation in README.org

This commit is contained in:
dbo 2017-10-08 16:52:43 +02:00
parent 15a9385488
commit f4a593551c
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 6 additions and 5 deletions

View File

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