HACK: Use an alternative version of org-msg
This commit is contained in:
parent
30a50895eb
commit
90d56d2b24
|
@ -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"))
|
||||||
|
|
Loading…
Reference in New Issue