HACK: Use an alternative version of org-msg

This commit is contained in:
2024-07-04 17:20:31 +02:00
parent 30a50895eb
commit 90d56d2b24

View File

@@ -31,3 +31,6 @@
(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"))