diff options
author | John Wiegley <johnw@newartisans.com> | 2017-02-16 13:48:05 -0800 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2017-02-16 13:51:22 -0800 |
commit | 0517689cf3bb55b034788d6427220bd42f8ca4b1 (patch) | |
tree | a04e86a5149a15433cce37c689d89f62be1bbd8e /lisp/use-package/bind-key.el | |
parent | f1fa65d7733ece85490d037775d73e1a3a4dae69 (diff) | |
download | emacs-0517689cf3bb55b034788d6427220bd42f8ca4b1.tar.gz emacs-0517689cf3bb55b034788d6427220bd42f8ca4b1.tar.bz2 emacs-0517689cf3bb55b034788d6427220bd42f8ca4b1.zip |
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
Diffstat (limited to 'lisp/use-package/bind-key.el')
0 files changed, 0 insertions, 0 deletions