diff options
author | Alex Kost <alezost@gmail.com> | 2015-05-27 20:33:42 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2015-05-29 20:54:54 +0300 |
commit | 5a727cdfa983c6fb6ea8bdecd6d298db439e3610 (patch) | |
tree | 51a898bd23a2eebbc8a086ae8218ea4974458c2a /doc | |
parent | 578b98da43a946f1db2d3b6dd4585c5c0ad5aa6d (diff) | |
download | guix-5a727cdfa983c6fb6ea8bdecd6d298db439e3610.tar guix-5a727cdfa983c6fb6ea8bdecd6d298db439e3610.tar.gz |
emacs: Add 'guix-apply-manifest'.
* emacs/guix-base.el (guix-apply-manifest): New command.
Bind it to "M" key.
* doc/emacs.texi (Emacs General info): Document it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/emacs.texi b/doc/emacs.texi index 9678570d58..6c1b255af0 100644 --- a/doc/emacs.texi +++ b/doc/emacs.texi @@ -183,6 +183,11 @@ packages/generations and redisplay it. @item R Redisplay current buffer (without updating information). +@item M +Apply manifest to the current profile or to a specified profile, if +prefix argument is used. This has the same meaning as @code{--manifest} +option (@pxref{Invoking guix package}). + @item C-c C-z Go to the Guix REPL (@pxref{The REPL,,, geiser, Geiser User Manual}). |