HACK: Use an alternative version of org-msg

This commit is contained in:
coolneng 2024-07-04 17:20:31 +02:00
parent 30a50895eb
commit 90d56d2b24
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 0 deletions

View File

@ -31,3 +31,6 @@
(package! os1-theme :recipe (:host github :repo "sashimacs/os1-theme")) (package! os1-theme :recipe (:host github :repo "sashimacs/os1-theme"))
;; Move buffer while maintaining cursor centered ;; Move buffer while maintaining cursor centered
(package! centered-cursor-mode) (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"))