From: Joe Wreschnig Date: Sat, 17 Feb 2018 11:08:45 +0000 (+0100) Subject: Update ‘use-package’ example for current ‘:after’ behavior. X-Git-Url: https://git.korewanetadesu.com/?p=pelican-mode.git;a=commitdiff_plain;h=9c1c188d974e6284124b590286f74ea22f0b1978;hp=9c1c188d974e6284124b590286f74ea22f0b1978 Update ‘use-package’ example for current ‘:after’ behavior. 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. ---