Add org-capture-ref dependencies

This commit is contained in:
coolneng 2024-09-16 23:10:06 +02:00
parent 90d56d2b24
commit 9cbcaf62ac
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

@ -24,6 +24,7 @@
;; Fetch and save bibtex from Firefox
(package! asoc :recipe (:host github :repo "troyp/asoc.el"))
(package! doct :recipe (:host github :repo "progfolio/doct"))
(package! persid :recipe (:host github :repo "rougier/persid"))
(package! org-capture-ref :recipe (:host github :repo "yantar92/org-capture-ref"))
;; Arduino development
(package! platformio-mode)