emacs/lisp/use-package
John Wiegley 0517689cf3 Support multiple symbols passed to :after
The following expressions are now permitted:

    foo                         ; load after foo is loaded
    foo bar                     ; load after both foo and bar are loaded
    :all foo bar                ; same as previous
    :any foo bar                ; load after either foo or bar is loaded
    :any (:all foo bar) baz     ; more complex combinations...
    :any (:all foo bar) (:all baz wow)
    :all (:any foo bar) (:any baz wow)

Fixes https://github.com/jwiegley/use-package/issues/283
2017-02-16 13:51:22 -08:00
..
bind-key.el Merge pull request from tarsius/outline 2016-12-18 15:20:42 -08:00
use-package.el Support multiple symbols passed to :after 2017-02-16 13:51:22 -08:00