branch: externals/system-packages
commit e3493bb2b8704a903a035e158e35892ad86a6894
Author: Alex Branham <[email protected]>
Commit: Alex Branham <[email protected]>

    Make install interactive again
    
    Whoops!
---
 system-packages.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/system-packages.el b/system-packages.el
index 573680f..45ccaf3 100644
--- a/system-packages.el
+++ b/system-packages.el
@@ -306,6 +306,7 @@ to the package manager."
 Use the package manager from `system-packages-packagemanager' to
 install PACK.  You may use ARGS to pass options to the package
 manger."
+  (interactive "sPackage to install: ")
   (system-packages--run-command 'install pack args))
 
 ;;;###autoload

Reply via email to