From 5a727cdfa983c6fb6ea8bdecd6d298db439e3610 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Wed, 27 May 2015 20:33:42 +0300 Subject: 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. --- doc/emacs.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/emacs.texi') 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}). -- cgit v1.2.3