diff --git a/packages.el b/packages.el index 360db9c..3b391b1 100644 --- a/packages.el +++ b/packages.el @@ -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"))