32 lines
683 B
EmacsLisp
32 lines
683 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; $DOOMDIR/packages.el
|
|
|
|
(package! super-save)
|
|
|
|
(package! gptel)
|
|
|
|
(package! org-re-reveal)
|
|
|
|
(package! copilot
|
|
:recipe (:host github :repo "copilot-emacs/copilot.el" :files ("*.el")))
|
|
|
|
(package! anki-editor
|
|
:recipe (:host github :repo "anki-editor/anki-editor"))
|
|
|
|
(package! org-anki
|
|
:recipe (:host github :repo "eyeinsky/org-anki"))
|
|
|
|
(package! bnf-mode
|
|
:recipe (:host github
|
|
:repo "sergeyklay/bnf-mode"
|
|
:files ("*.el")))
|
|
|
|
(package! ebnf-mode :recipe (:host github :repo "nverno/ebnf-mode"))
|
|
|
|
(package! llvm-ts-mode
|
|
:recipe (:host github :repo "nverno/llvm-ts-mode"))
|
|
|
|
(package! tree-sitter-langs)
|
|
|
|
(package! ob-mermaid)
|