diff --git a/packages.el b/packages.el index c1d82bb..cb71a2f 100644 --- a/packages.el +++ b/packages.el @@ -32,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"))