Files
doom/packages.el

10 lines
290 B
EmacsLisp
Raw Normal View History

2025-11-16 20:46:00 +11:00
(package! catppuccin-theme)
2025-11-16 16:19:37 +11:00
(package! copilot
:recipe (:host github :repo "copilot-emacs/copilot.el" :files ("*.el")))
2025-11-16 19:12:34 +11:00
(package! typst-ts-mode :recipe (:host codeberg :repo "meow_king/typst-ts-mode"))
2025-11-16 20:05:31 +11:00
(package! typst-preview
:recipe (:host github :repo "havarddj/typst-preview.el"))