Update ‘use-package’ example for current ‘:after’ behavior.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Sat, 17 Feb 2018 11:08:45 +0000 (12:08 +0100)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Sat, 17 Feb 2018 11:17:22 +0000 (12:17 +0100)
In older versions of ‘use-package’, the ‘:after’ option would override
deferred loading and load the package after the specified ones. Today it
allows but doesn’t force load; you need to combine it with ‘:demand’ to
get the equivalent behavior.


No differences found