guix-patches
[Top][All Lists]
Advanced

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

[bug#68008] [PATCH] home-fish-configuration: Improve support for abbrevi


From: lgcoelho
Subject: [bug#68008] [PATCH] home-fish-configuration: Improve support for abbreviation declaration.
Date: Sun, 24 Dec 2023 17:31:50 +0000

The current support for abbreviations in home-fish-configuration is very limited, one can only specify the abbreviation name and expansion, or if determined enough, specify additional options like this:

--8<---------------cut here------------------------end--------------->8---
`(("--position anywhere abbreviation-name" . "expansion"))
--8<---------------cut here------------------------end--------------->8---

Which is quite weird, and gets weirder when additional options like marker, function, pattern and others are specified. The new abbreviation record type solves this issue, making abbreviation declaration more consistent with the usual Guix style.

Attachment: 0002-home-fish-configuration-Use-records-for-better-abbre.patch
Description: Text Data


reply via email to

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