mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-15 16:32:14 +00:00
![]() :ensure-system-package was installing packages by running
system-packages-get-command via async-shell-command. This meant that
system-packages-use-sudo wasn't being honoured.
This patch makes :ensure-system-package use system-packages-install
for all cases, except where a custom install command is supplied, in
which case async-shell-command is used.
This issue was introduced in
|
||
---|---|---|
.. | ||
bind-chord.el | ||
bind-key.el | ||
use-package-bind-key.el | ||
use-package-chords.el | ||
use-package-core.el | ||
use-package-delight.el | ||
use-package-diminish.el | ||
use-package-ensure-system-package.el | ||
use-package-ensure.el | ||
use-package-jump.el | ||
use-package-lint.el | ||
use-package.el |