branch: externals/system-packages commit ce23c0e5cf578346e4169940b2b1c699bb53fa92 Author: Alex Branham <alex.bran...@gmail.com> Commit: Alex Branham <alex.bran...@gmail.com>
Add documentation about changing package manager and sudo Closes #31 --- system-packages.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system-packages.el b/system-packages.el index 469abcf..0db049d 100644 --- a/system-packages.el +++ b/system-packages.el @@ -295,10 +295,10 @@ The key is the package manager and values (usually) commands.") (setq manager nil)))) (car manager)) "Symbol containing the package manager to use. - See `system-packages-supported-package-managers' for a list of supported software. Tries to be smart about selecting the -default." +default. If you change this value, you may also want to change +`system-packages-use-sudo'." :type '(choice (const guix) (const nix-env)