[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72406] [PATCH emacs-team WIP 0/4] Simplify creation of emacs packag
From: |
Suhail Singh |
Subject: |
[bug#72406] [PATCH emacs-team WIP 0/4] Simplify creation of emacs package variants |
Date: |
Thu, 01 Aug 2024 15:40:27 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Liliana Marie Prikler <liliana.prikler@gmail.com> writes:
> There's a snippet included – starting at the top of emacs-xyz with
> emacs-ac-ispell, it yields
>
> #+begin_src scheme
> (define-public emacs-next-ac-ispell
> (package-with-emacs-next emacs-ac-ispell))
>
> (define-public emacs-minimal-ac-ispell
> (package-with-emacs-minimal emacs-ac-ispell))
>
> (define-public emacs-pgtk-ac-ispell
> (package-with-emacs-pgtk emacs-ac-ispell))
> #+end_src
>
> without the org-mode code block.
Thank you for elaborating. I had difficulty understanding the template.
This looks good. It's not too verbose, and yet still greppable.
--
Suhail