Commit Graph

16 Commits

Author SHA1 Message Date
Daniel Borchmann c6af10f216
Bump date in copyright notice
Better late than never.
2021-01-30 09:33:07 +01:00
Daniel Borchmann 292920de52
Extend README to use /plink: on Windows instead of /ssh: 2020-01-31 10:00:25 +01:00
Daniel Borchmann d52ee6698c
Clarify description of general structure 2019-12-20 17:19:44 +01:00
Daniel Borchmann 96fd57bb90
Load customizations directy during initialization time
Loading customizations in `db/run-init' may cause accidental overwrites of
custom settings when loading variables changes and saves values of other
customizable variables.  For example, loading `custom-enabled-themes' may update
`custom-safe-themes', and if this loading happens after initialization time,
this update is directly written to custom.el via a call to
`customize-push-and-save', overwriting all remaining, i.e. not loaded, custom
settings.  Loading custom settings during initialzation time prevents this
behavior.

Note that this change causes some packages to load during initialization time
that previously had been loaded only afterwards.
2019-12-20 17:05:20 +01:00
Daniel Borchmann fb5b2224fe
Fix typo in README 2019-12-20 17:05:12 +01:00
Daniel Borchmann a8fc65fe1c
Some more README updates 2019-12-17 12:31:20 +01:00
Daniel Borchmann badefcd292
Early bird update of copyright date 2019-12-17 12:25:31 +01:00
Daniel Borchmann 6af610a203
Extend documentation 2019-12-17 12:25:04 +01:00
Daniel Borchmann 95219e1b6b
[README] Update copyright notice 2019-02-17 10:19:37 +01:00
Daniel Borchmann b0bfeaa8fb
[README] Update copyright 2018-11-04 09:05:03 +01:00
Daniel Borchmann 0e1caca454
[Misc] Update README 2018-08-18 11:06:57 +02:00
Daniel Borchmann f4a593551c
[Misc] Further (?) improve (?) formulation in README.org 2017-10-08 16:52:43 +02:00
Daniel Borchmann 15a9385488
[Misc] Minor reformulation in README.org 2017-10-08 16:47:40 +02:00
Daniel Borchmann 9868597899
[Misc] Further extending README.org 2017-10-08 16:46:24 +02:00
Daniel Borchmann 527fe957b6
[Misc] Update README 2017-10-08 16:38:29 +02:00
Daniel Borchmann 31c19fd6e6
[Misc] Add dummy README file 2017-07-16 18:21:41 +02:00