diff options
author | Alex Kost <alezost@gmail.com> | 2015-06-19 21:57:04 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2015-06-22 22:19:19 +0300 |
commit | 6248e3263523c81ec1427f41d56faac3384a35d4 (patch) | |
tree | ed729eb52e362a406d7e142dad145e5e399b7037 /doc/guix.texi | |
parent | 6a8c9545cb9702236586d905b9ebbf2790fcdf91 (diff) | |
download | guix-6248e3263523c81ec1427f41d56faac3384a35d4.tar.gz |
emacs: Add "edit" command to a list of packages.
* emacs/guix-base.el (guix-edit-package): New function. * emacs/guix-list.el (guix-list-edit-package): New command. Bind it to "e" key. * emacs/guix-main.scm (package-location-string): New procedure. * doc/emacs.texi (Emacs List buffer): Document "e" key binding. * doc/guix.texi (Invoking guix edit): Mention "package list" buffer.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index f9c9f2ab93..f49ffa4517 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -3577,9 +3577,9 @@ launches the program specified in the @code{EDITOR} environment variable to edit the recipe of GCC@tie{}4.8.4 and that of Vim. If you are using Emacs, note that the Emacs user interface provides -similar functionality in the ``package info'' buffers created by -@kbd{M-x guix-search-by-name} and similar commands (@pxref{Emacs -Commands}). +similar functionality in the ``package info'' and ``package list'' +buffers created by @kbd{M-x guix-search-by-name} and similar commands +(@pxref{Emacs Commands}). @node Invoking guix download |