config/doom: pin org to fix org-roam

This commit is contained in:
xeruf 2023-08-07 17:52:11 +02:00
parent 6f29d27cd1
commit 66581f5e92
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@
;;; ORG
(unpin! org-journal)
(package! org :pin "ca873f7")
(package! websocket)
(package! org-roam-ui
:recipe (:host github :repo "org-roam/org-roam-ui" :files ("*.el" "out")))