revert: org

emacs-straight/org-mode@e9c288dfac -> emacs-straight/org-mode@5bdfc02c6f

org-mode was bumped in 5f5a163, but this introduced substantial
slowdowns in buffers where src and latex blocks were natively
highlighted. This reverts to the latest known commit that doesn't
present this slowness (which is still newer than the commit used in
5f5a163).

Amend: 5f5a163c4920
This commit is contained in:
Henrik Lissner 2024-04-11 21:51:14 -04:00 committed by Yann Esposito (Yogsototh)
parent 7ed7b38999
commit 2305f503f9
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -31,7 +31,7 @@
(format "(defun org-git-version (&rest _) \"%s-??-%s\")\n"
version (cdr (doom-call-process "git" "rev-parse" "--short" "HEAD")))
"(provide 'org-version)\n")))))
:pin "e9c288dfaccc2960e5b6889e6aabea700ad4e05a")
:pin "5bdfc02c6fa1b9ad4f075ac1ad1e4086ead310db")
(package! org-contrib
:recipe (:host github
:repo "emacsmirror/org-contrib")