help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: invoking info guix


From: Nicolas Goaziou
Subject: Re: invoking info guix
Date: Sat, 17 Mar 2018 09:38:58 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hello,

Catonano <address@hidden> writes:

> In a terminal I can issue this command
>
> ~$ info guix
>
> and have the guuix manual pop up
>
> In Emacs I can do
>
> M-x info
>
> but then I find myself in a general page, a sort of index and I have to
> search through it in order to find the guix "link"
>
> How can I end up in the Guix manual front page directly even when using
> Emacs ?

Not directly answering your question, but from the Directory node (the
so-called general page), use press `m' then "guix RET".

Also, you can bind a key to a command that directly does (info
"(guix)"):

  (global-set-key (kbd "<f5>") (lambda () (interactive) (info "(guix)")))


Regards,

-- 
Nicolas Goaziou                                                0x80A93738



reply via email to

[Prev in Thread] Current Thread [Next in Thread]