diff options
| author | Alex Kost <alezost@gmail.com> | 2017-02-15 13:38:07 +0300 |
|---|---|---|
| committer | Alex Kost <alezost@gmail.com> | 2017-02-15 13:41:09 +0300 |
| commit | 092ea5a157621c6ef3236dd00dc1230a0c7ffc05 (patch) | |
| tree | e9603cff4c72166d2b54c834975ee6f0718ed361 | |
| parent | doc: Fix typo (diff) | |
| download | guix-wigust-092ea5a157621c6ef3236dd00dc1230a0c7ffc05.tar.gz | |
doc: Adjust shell completions documentation
* doc/emacs-guix.texi (Requirements): Remove a mention that Geiser is
not needed for shell completions as it is needed since commit
c128a5b8ded9608bba92b5f9f33f07e60ae44a17.
(Completions): Add 'shell' concept index. Add an example of completing
'guix graph --backend='.
| -rw-r--r-- | doc/emacs-guix.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/emacs-guix.texi b/doc/emacs-guix.texi index 64fa665..7a486a4 100644 --- a/doc/emacs-guix.texi +++ b/doc/emacs-guix.texi @@ -163,8 +163,7 @@ or to receive some info from Hydra (@pxref{Hydra}). @uref{http://nongnu.org/geiser/, Geiser}, version 0.8 or later. It is used to communicate with the Guix daemon, and to receive various info from the Guix Guile code. So without Geiser, you can use the same -features as without Guix, plus shell completions -(@pxref{Completions}). +features as without Guix. @item @uref{https://github.com/magnars/dash.el, dash library}, version @@ -766,6 +765,7 @@ Emacs Manual}). It can be enabled there like this: @node Completions @chapter Shell Completions +@cindex shell @cindex completions Another available feature is completing @command{guix} subcommands, options, packages and other things in @code{shell} (@pxref{Interactive @@ -790,6 +790,7 @@ something: @item @code{guix system rec}@key{TAB} @item @code{guix lint --checkers=sy}@key{TAB} @item @code{guix lint --checkers=synopsis,des}@key{TAB} +@item @code{guix graph --backend=}@key{TAB} @end itemize |
