Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Melpa package? #2

Open
kir0ul opened this issue Aug 30, 2024 · 1 comment
Open

Melpa package? #2

kir0ul opened this issue Aug 30, 2024 · 1 comment

Comments

@kir0ul
Copy link

kir0ul commented Aug 30, 2024

Hello,
Thanks for this package!
I think it would be great if this could be added on Melpa. Is there any plan along those lines?

@jmpunkt
Copy link
Owner

jmpunkt commented Aug 30, 2024

Currently I am not planing to publish this package to Melpa. However, I will look into the process and check the requirements and implications of publishing to Melpa. Bringing this package to Melpa would probably simplify my configuration as well.

For now, the easiest way is to use a package manager which supports Git repos (e.g. straight). The snippet blow might work, I did not test it.

;; THIS IS NOT TESTED
(use-package ox-typst
  :straight (ox-typst :host github :repo "jmpunkt/ox-typst"))

I use Nix to manage Emacs packages. Packages are manually added, which are only available through Git. For me, it is not that urgent publishing to Melpa, but would benefit me.

Nix

For the interested, how to use it within Nix.

  • Package defined here
  • All Git Emacs packages are grouped here
  • Overlay imports the grouped packages here
  • Imported into the Emacs derivation here and here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants