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

    Whether to use sudo or not should be defcustom not defvar
---
 system-packages.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system-packages.el b/system-packages.el
index 9e4cdd1..664750d 100644
--- a/system-packages.el
+++ b/system-packages.el
@@ -204,7 +204,7 @@ supported software. Tries to be smart about selecting the
 default."
   :type 'symbol)
 
-(defvar system-packages-usesudo
+(defcustom system-packages-usesudo
   (cdr (assoc 'default-sudo (cdr (assoc system-packages-packagemanager
                                         
system-packages-supported-package-managers))))
   "If non-nil, system-packages will use sudo for appropriate

Reply via email to