8 lines
261 B
EmacsLisp
8 lines
261 B
EmacsLisp
(package! copilot
|
|
:recipe (:host github :repo "copilot-emacs/copilot.el" :files ("*.el")))
|
|
|
|
(package! typst-ts-mode :recipe (:host codeberg :repo "meow_king/typst-ts-mode"))
|
|
|
|
(package! typst-preview
|
|
:recipe (:host github :repo "havarddj/typst-preview.el"))
|