guix-devel
[Top][All Lists]
Advanced

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

Re: mcron service


From: Alex Kost
Subject: Re: mcron service
Date: Fri, 24 Jun 2016 17:18:59 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Ludovic Courtès (2016-06-24 15:00 +0300) wrote:

> Danny Milosavljevic <address@hidden> skribis:
>
>> How do I read the guix texinfo manual (using info) when the manual is not 
>> installed (i.e. read directly from the git checkout)?
>
> Using the standalone Info reader, you can run:
>
>   info -f ./doc/guix.info
>
> and using Emacs:
>
>   C-u C-h i ./doc/guix.info RET

Or you can just press "I" on the .info file in a dired buffer.

This "I" key (bound to 'dired-info') becomes available when you use
'dired-x'.  I personally have the following in my ".emacs":

  (with-eval-after-load 'dired
    (require 'dired-x))

although the manual recommends another way:
(info "(dired-x) Installation")

-- 
Alex



reply via email to

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