diff options
author | Alex Kost <alezost@gmail.com> | 2016-02-11 11:21:56 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2016-02-22 22:17:16 +0300 |
commit | cfb1c62aa98965daacb216713be650057188e65e (patch) | |
tree | 4b472de672cb3a575a45d502e8a8bef4ab3a9cb6 /doc/emacs.texi | |
parent | 5879f0d649d5112830e8e712d8245ab8d2db5133 (diff) | |
download | gnu-guix-cfb1c62aa98965daacb216713be650057188e65e.tar gnu-guix-cfb1c62aa98965daacb216713be650057188e65e.tar.gz |
emacs: Add 'M-x guix-installed-{user/system}-packages'.
* emacs/guix-ui-package.el (guix-installed-user-packages)
(guix-installed-system-packages): New commands.
* doc/emacs.texi (Emacs Commands): Document them.
Diffstat (limited to 'doc/emacs.texi')
-rw-r--r-- | doc/emacs.texi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/emacs.texi b/doc/emacs.texi index dbe59f0243..27f5365caa 100644 --- a/doc/emacs.texi +++ b/doc/emacs.texi @@ -150,7 +150,13 @@ Commands for displaying packages: Display all/newest available packages. @item M-x guix-installed-packages -Display all installed packages. +@itemx M-x guix-installed-user-packages +@itemx M-x guix-installed-system-packages +Display installed packages. As described above, @kbd{M-x +guix-installed-packages} uses an arbitrary profile that you can specify, +while the other commands display packages installed in 2 special +profiles: @file{~/.guix-profile} and @file{/run/current-system/profile} +(only on GuixSD). @item M-x guix-obsolete-packages Display obsolete packages (the packages that are installed in a profile |