branch: externals/system-packages
commit 7b87f7dbd53d7bd365157d831893f7a70ae67910
Author: Alex Branham <bran...@utexas.edu>
Commit: Alex Branham <bran...@utexas.edu>

    Make system-packages-ensure interactive
---
 system-packages.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/system-packages.el b/system-packages.el
index 6b3f426..f9d0da8 100644
--- a/system-packages.el
+++ b/system-packages.el
@@ -359,6 +359,7 @@ manger."
 Search for PACK with `system-packages-package-installed-p', and
 install the package if not found.  Use ARGS to pass options to
 the package manager."
+  (interactive "sPackage to ensure is present: ")
   (if (system-packages-package-installed-p pack)
       t
     (system-packages-install pack args)))

Reply via email to