emacs: remove tools/wiki +dendron option

This commit is contained in:
Gabriel Arazas 2022-11-17 11:20:29 +08:00
parent bb94478847
commit cc631e43a2
2 changed files with 0 additions and 8 deletions

View File

@ -85,10 +85,6 @@
(setq anki-editor-create-decks 't
+anki-cards-directory (f-join +wiki-directory +anki-cards-directory-name))))
(when (modulep! +dendron)
(use-package! dendroam
:after org-roam))
(when (modulep! +graph)
(use-package! websocket
:after org-roam)

View File

@ -19,10 +19,6 @@
(package! md-roam
:recipe (:host github :repo "nobiot/md-roam" :branch "v2")))
(when (modulep! +dendron)
(package! dendroam
:recipe (:host github :repo "vicrdguez/dendroam")))
(when (modulep! +graph)
(package! simple-httpd)
(package! websocket)