jwiegley / use-package

A use-package declaration for simplifying your .emacs
https://jwiegley.github.io/use-package
GNU General Public License v3.0
4.4k stars 260 forks source link

multi-package `:ensure-system-package` ex. w/one w/o install command #1073

Open jasonhemann opened 7 months ago

jasonhemann commented 7 months ago

Right now there isn't documented an example of how to issue a :ensure-system-package directive where you can supply multiple packages in a list but one (all?) of them do not need to have a package name or install command.

Are you forced to write the command in that case?