help-guix
[Top][All Lists]
Advanced

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

Re: Emacs Impatient Mode File Access


From: Thorsten Wilms
Subject: Re: Emacs Impatient Mode File Access
Date: Sun, 27 Nov 2022 10:17:50 +0100

On Sat, 26 Nov 2022 12:15:28 +0100
Thorsten Wilms <t_w_@freenet.de> wrote:

> I wrote a package for https://github.com/skeeto/impatient-mode
> It works to the point where I get a list of “Public Buffers” with one
> item as expected on http://localhost:8080/imp/, but when I click
> “test.html”, I get:
> error: (file-missing Opening input file No such file or
> directory 
> /gnu/store/dszh53pr1a76ff6jqzhxs7krkmgdic2m-emacs-impatient-20200723.2117/share/emacs/site-lisp/impatient-20200723.2117/index.html)

Looking for packages that do something similar, I found
markdown-preview mode and copied a line, found out .js is also
required, which makes it:
(arguments '(#:include '("\\.el$" "\\.html$" "\\.js$")))

Case closed, sorry about the noise!



reply via email to

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