mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +00:00
27 lines
787 B
EmacsLisp
Executable File
27 lines
787 B
EmacsLisp
Executable File
;; -*- 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"))
|
|
(package! org-roam-bibtex
|
|
:recipe (:host github :repo "org-roam/org-roam-bibtex" :branch "org-roam-v2")))
|
|
|
|
(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")))
|