<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nonguix/.dir-locals.el, branch master</title>
<subtitle>(another mirror of) Mirror of nonguix https://gitlab.com/nonguix/nonguix</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/nonguix/'/>
<entry>
<title>.dir-locals.el: Add indentation rule for make-wrapper.</title>
<updated>2026-07-24T15:16:39+00:00</updated>
<author>
<name>Hilton Chain</name>
<email>hako@ultrarare.space</email>
</author>
<published>2026-07-24T11:26:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/nonguix/commit/?id=4a8b7b082ec8f899c4b14bafa5547ea203685078'/>
<id>4a8b7b082ec8f899c4b14bafa5547ea203685078</id>
<content type='text'>
* .dir-locals.el (scheme-mode): Add indentation rule for make-wrapper.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* .dir-locals.el (scheme-mode): Add indentation rule for make-wrapper.
</pre>
</div>
</content>
</entry>
<entry>
<title>.dir-locals: Update Scheme indentation.</title>
<updated>2025-06-28T14:54:21+00:00</updated>
<author>
<name>Hilton Chain</name>
<email>hako@ultrarare.space</email>
</author>
<published>2025-01-22T02:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/nonguix/commit/?id=926a17ea317d1f45c9fc06bcf49213eaad286500'/>
<id>926a17ea317d1f45c9fc06bcf49213eaad286500</id>
<content type='text'>
See also:
https://codeberg.org/guix/guix/commit/00291ad00ffddde1e557defaec3e9fde3f20cfaf

* .dir-locals.el (scheme-mode): Add updates from Guix.
Add indentation rule for Nonguix code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See also:
https://codeberg.org/guix/guix/commit/00291ad00ffddde1e557defaec3e9fde3f20cfaf

* .dir-locals.el (scheme-mode): Add updates from Guix.
Add indentation rule for Nonguix code.
</pre>
</div>
</content>
</entry>
<entry>
<title>.dir-locals.el: Add geiser-insert-actual-lambda.</title>
<updated>2024-01-17T21:19:48+00:00</updated>
<author>
<name>Tomas Volf</name>
<email>~@wolfsden.cz</email>
</author>
<published>2024-01-16T15:43:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/nonguix/commit/?id=02903cebbffe96132128e56f8504f9a69f12410a'/>
<id>02903cebbffe96132128e56f8504f9a69f12410a</id>
<content type='text'>
Guix project seems to prefer using lambda over λ.  Express that preference for
Geiser users by setting the geiser-insert-actual-lambda variable to nil.  In
the 0.31 version it will affect how geiser-insert-lambda works, making it
insert lambda string (instead of the current λ.

* .dir-locals.el (nil): Add geiser-insert-actual-lambda set to nil.

Signed-off-by: Jonathan Brielmaier &lt;jonathan.brielmaier@web.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guix project seems to prefer using lambda over λ.  Express that preference for
Geiser users by setting the geiser-insert-actual-lambda variable to nil.  In
the 0.31 version it will affect how geiser-insert-lambda works, making it
insert lambda string (instead of the current λ.

* .dir-locals.el (nil): Add geiser-insert-actual-lambda set to nil.

Signed-off-by: Jonathan Brielmaier &lt;jonathan.brielmaier@web.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>.dir-locals.el: Use guix repl as geiser-guile-binary.</title>
<updated>2023-11-28T20:43:20+00:00</updated>
<author>
<name>Tomas Volf</name>
<email>wolf@wolfsden.cz</email>
</author>
<published>2023-10-08T21:03:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/nonguix/commit/?id=a7f7269f5f19c306c5082461b03797c2e92edf6f'/>
<id>a7f7269f5f19c306c5082461b03797c2e92edf6f</id>
<content type='text'>
See discussion at &lt;https://gitlab.com/nonguix/nonguix/-/merge_requests/346&gt;.

Default geiser-guile-binary is guile, which uses an old guix.  This leads to
annoying errors when trying to work with the this repository from geiser.  So,
set the variable to '("guix" "repl"), which will use the current guix command,
making everything work properly.  Note that this may be unexpected for someone
working with a local Guix checkout (differing Guix version) and may need
adjusting then.

* .dir-locals.el (scheme-mode): Add geiser-guile-binary setting.

Signed-off-by: John Kehayias &lt;john.kehayias@protonmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See discussion at &lt;https://gitlab.com/nonguix/nonguix/-/merge_requests/346&gt;.

Default geiser-guile-binary is guile, which uses an old guix.  This leads to
annoying errors when trying to work with the this repository from geiser.  So,
set the variable to '("guix" "repl"), which will use the current guix command,
making everything work properly.  Note that this may be unexpected for someone
working with a local Guix checkout (differing Guix version) and may need
adjusting then.

* .dir-locals.el (scheme-mode): Add geiser-guile-binary setting.

Signed-off-by: John Kehayias &lt;john.kehayias@protonmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>.dir-locals.el: Fix value for bug-reference-bug-regexp.</title>
<updated>2023-07-12T21:16:43+00:00</updated>
<author>
<name>Morgan Smith</name>
<email>Morgan.J.Smith@outlook.com</email>
</author>
<published>2023-07-04T16:45:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/nonguix/commit/?id=5622013d28e16241b23155739925d2856022488d'/>
<id>5622013d28e16241b23155739925d2856022488d</id>
<content type='text'>
* .dir-locals.el (bug-reference-bug-regexp): Add needed grouping constructs to
regex

Signed-off-by: Jonathan Brielmaier &lt;jonathan.brielmaier@web.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* .dir-locals.el (bug-reference-bug-regexp): Add needed grouping constructs to
regex

Signed-off-by: Jonathan Brielmaier &lt;jonathan.brielmaier@web.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>.*: Use SPDX license identifiers for hidden files.</title>
<updated>2022-12-19T16:39:39+00:00</updated>
<author>
<name>Jonathan Brielmaier</name>
<email>jonathan.brielmaier@web.de</email>
</author>
<published>2022-12-19T16:39:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/nonguix/commit/?id=06a94f005fafd6ca7b7cb83eac6f4b13e70e9d33'/>
<id>06a94f005fafd6ca7b7cb83eac6f4b13e70e9d33</id>
<content type='text'>
.dir-locals.el: Use SPDX license identifier.
.guix-authorizations: Dito.
.guix-channel: Dito.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
.dir-locals.el: Use SPDX license identifier.
.guix-authorizations: Dito.
.guix-channel: Dito.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add .dir-locals.el with Emacs settings.</title>
<updated>2019-05-27T21:34:38+00:00</updated>
<author>
<name>Alex Griffin</name>
<email>a@ajgrf.com</email>
</author>
<published>2019-05-27T21:34:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/nonguix/commit/?id=21a8b9a998fb403fb9b1e175e60a440d9db0c07d'/>
<id>21a8b9a998fb403fb9b1e175e60a440d9db0c07d</id>
<content type='text'>
* .dir-locals.el: New file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* .dir-locals.el: New file.
</pre>
</div>
</content>
</entry>
</feed>
