Compare commits

...

2 Commits

Author SHA1 Message Date
e8dd98aa3c
Revert "HACK: Use an alternative version of org-msg"
This reverts commit 90d56d2b24.
2024-09-16 23:10:45 +02:00
9cbcaf62ac
Add org-capture-ref dependencies 2024-09-16 23:10:06 +02:00

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)
@ -31,6 +32,3 @@
(package! os1-theme :recipe (:host github :repo "sashimacs/os1-theme"))
;; Move buffer while maintaining cursor centered
(package! centered-cursor-mode)
;; HACK Fix org-msg compose
(unpin! org-msg)
(package! org-msg :recipe (:host github :repo "danielfleischer/org-msg" :branch "1.12"))