]> git.eshelyaron.com Git - emacs.git/commit
Add command to start Emacs with specific packages
authorPhilip Kaludercic <philipk@posteo.net>
Tue, 15 Aug 2023 16:39:14 +0000 (18:39 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Sat, 19 Aug 2023 10:08:10 +0000 (12:08 +0200)
commit41ff3699177bc95f123cf34f827e810d7c6cca74
tree572e1fe1482a0c38c93c8d7606ec69c52e9ab739
parentfa9197fcb097ad0847c5955ac5ad50ca47826fe1
Add command to start Emacs with specific packages

* lisp/emacs-lisp/package.el (package--dependencies): Extend function
to handle and return package descriptors.
(package-isolate): Add new command.
* etc/NEWS: Announce new command.
etc/NEWS
lisp/emacs-lisp/package.el