dotfiles/emacs/modules/tools/wiki/packages.el
2021-05-09 10:42:17 +08:00

25 lines
676 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; tools/wiki/packages.el
;; The main package for creating a wiki.
(package! org-roam
:recipe (:host github :repo "org-roam/org-roam" :branch "v2"))
(when (featurep! +biblio)
(package! org-ref
:recipe (:host github :repo "jkitchin/org-ref")))
(when (featurep! +anki)
(package! anki-editor
:recipe (:host github
:repo "louietan/anki-editor")
:pin "546774a453ef4617b1bcb0d1626e415c67cc88df"))
(when (featurep! +markdown)
(package! md-roam
:recipe (:host github :repo "nobiot/md-roam" :branch "v2")))
(when (featurep! +dendron)
(package! dendroam
:recipe (:host github :repo "vicrdguez/dendroam")))