From 5c8994d9d91e79e900083328b565f85e2171e077 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Fri, 11 Dec 2015 14:09:27 +0300 Subject: emacs: Use "B" key in "Package List" to display latest builds. * emacs/guix-ui-package.el (guix-package-list-latest-builds): New procedure. (guix-package-list-mode-map): Bind "B" key to it. (guix-output-list-mode-map): Likewise. * doc/emacs.texi (Emacs List buffer): Document it. --- doc/emacs.texi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/emacs.texi') diff --git a/doc/emacs.texi b/doc/emacs.texi index c4bda24408..ea340b19fe 100644 --- a/doc/emacs.texi +++ b/doc/emacs.texi @@ -288,6 +288,8 @@ similar to @command{guix edit} command (@pxref{Invoking guix edit}), but for opening a package recipe in the current Emacs instance. @item x Execute actions on the marked packages. +@item B +Display latest builds of the current package (@pxref{Emacs Hydra}). @end table A ``generation-list'' buffer additionally provides the following -- cgit v1.2.3