[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [NONGNU ELPA] New package: typst-ts-mode
From: |
Philip Kaludercic |
Subject: |
Re: [NONGNU ELPA] New package: typst-ts-mode |
Date: |
Wed, 12 Feb 2025 21:13:36 +0000 |
Stefan Kangas <stefankangas@gmail.com> writes:
> Huan Nguyen <nguyenthieuhuan@gmail.com> writes:
>
>> I'd like to submit a package to NonGNU ELPA: typst-ts-mode.
>> https://codeberg.org/meow_king/typst-ts-mode
>> I am the co-maintainer and have permission from the author
>> (https://codeberg.org/meow_king/typst-ts-mode/issues/1#issuecomment-2814112).
I can review the code tomorrow. A general question I have is that I
don't know of a typst-mode in GNU or NonGNU ELPA, perhaps we should add
that as well.
> Philip, Stefan, any comments?
>
>> From 1ba46aaf368a9374883af1184f881e4d9e0fa137 Mon Sep 17 00:00:00 2001
>> From: Huan Thieu Nguyen <nguyenthieuhuan@gmail.com>
>> Date: Wed, 12 Feb 2025 20:27:33 +0100
>> Subject: [PATCH] elpa-packages (typst-ts-mode): New package
>>
>> ---
>> elpa-packages | 5 +++++
>> 1 file changed, 5 insertions(+)
>>
>> diff --git a/elpa-packages b/elpa-packages
>> index 71dc5254f7..7f51058b24 100644
>> --- a/elpa-packages
>> +++ b/elpa-packages
>> @@ -896,6 +896,11 @@
>> (typescript-mode :url "https://github.com/emacs-typescript/typescript.el"
>> :ignored-files (".github" "Cask" "Dockerfile" "Makefile" "*test*"))
>>
>> + (typst-ts-mode :url "https://codeberg.org/meow_king/typst-ts-mode"
>> + :ignored-files ("side" "src" "test" ".dir-locals.el"
>> + "Cargo.lock" "Cargo.toml" "justfile")
You can ignore these files in a .elpaignore fine in your own repository.
That way you don't need to update nongnu.git if you add more files you
don't want to be packaged.
>> + :readme "README.md")
>> +
>> (ujelly-theme :url
>> "https://github.com/marktran/color-theme-ujelly")
>>
>> (undo-fu :url "https://codeberg.org/ideasman42/emacs-undo-fu"
>> --
>> 2.48.1
- [NONGNU ELPA] New package: typst-ts-mode, Huan Nguyen, 2025/02/12
- Re: [NONGNU ELPA] New package: typst-ts-mode, Stefan Kangas, 2025/02/12
- Re: [NONGNU ELPA] New package: typst-ts-mode,
Philip Kaludercic <=
- Re: [NONGNU ELPA] New package: typst-ts-mode, Stefan Monnier, 2025/02/12
- Re: [NONGNU ELPA] New package: typst-ts-mode, Stefan Kangas, 2025/02/12
- Re: [NONGNU ELPA] New package: typst-ts-mode, Eli Zaretskii, 2025/02/13
- Re: [NONGNU ELPA] New package: typst-ts-mode, Stefan Kangas, 2025/02/13
- Re: [NONGNU ELPA] New package: typst-ts-mode, Huan Nguyen, 2025/02/13
- Re: [NONGNU ELPA] New package: typst-ts-mode, Eli Zaretskii, 2025/02/13
- Re: [NONGNU ELPA] New package: typst-ts-mode, Stefan Monnier, 2025/02/13
- Re: [NONGNU ELPA] New package: typst-ts-mode, Huan Nguyen, 2025/02/13
Re: [NONGNU ELPA] New package: typst-ts-mode, Stefan Monnier, 2025/02/14