diff options
author | Alex Kost <alezost@gmail.com> | 2014-10-10 23:58:30 +0400 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2014-10-13 14:59:35 +0400 |
commit | af874238d4d05f6584eebb7ceee10ee2ab1bf312 (patch) | |
tree | 04b57bb0766ac8e800b382c02099ba4681f981cc /doc | |
parent | c2379b3c1fe169b56d7d960fa31b1d191a779b1b (diff) | |
download | patches-af874238d4d05f6584eebb7ceee10ee2ab1bf312.tar patches-af874238d4d05f6584eebb7ceee10ee2ab1bf312.tar.gz |
emacs: Add support for switching generations.
* emacs/guix-base.el (guix-switch-to-generation): New procedure.
* emacs/guix-info.el (guix-generation-info-insert-current): Insert button for
switching to generation.
* emacs/guix-list.el (guix-generation-list-switch): New procedure.
* doc/emacs.texi (emacs List buffer, emacs Info buffer): Document switching
generations.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/emacs.texi b/doc/emacs.texi index 2e6b60ec77..01a5712f3b 100644 --- a/doc/emacs.texi +++ b/doc/emacs.texi @@ -205,6 +205,8 @@ List packages installed in the current generation. @item i Describe marked generations (display available information in a ``generation-info'' buffer). +@item s +Switch profile to the current generation. @item d Mark the current generation for deletion (with prefix, mark all generations). @@ -236,6 +238,7 @@ emacs, The Emacs Editor}) which can be used to: @itemize @minus @item remove a generation; +@item switch to a generation; @item list packages installed in a generation; @item jump to a generation directory. @end itemize |