mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-30 22:57:54 +00:00
23 lines
628 B
EmacsLisp
23 lines
628 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"))
|
|
|
|
(when (modulep! +anki)
|
|
(package! anki-editor
|
|
:recipe (:host github
|
|
:repo "louietan/anki-editor")
|
|
:pin "546774a453ef4617b1bcb0d1626e415c67cc88df"))
|
|
|
|
(when (modulep! +graph)
|
|
(package! simple-httpd)
|
|
(package! websocket)
|
|
(package! org-roam-ui
|
|
:recipe (:host github :repo "org-roam/org-roam-ui")))
|
|
|
|
(when (modulep! +krita)
|
|
(package! org-krita
|
|
:recipe (:host github :repo "lepisma/org-krita" :files ("resources" "*.el"))))
|