mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +00:00
8dc05f94ee
Also updated org-roam. Though, Doom Emacs will eventually update it, rendering the custom module useless in the future.
27 lines
752 B
EmacsLisp
Executable File
27 lines
752 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"))
|
|
|
|
(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")))
|
|
|
|
(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")))
|