mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
revert: org
emacs-straight/org-mode@e9c288dfac -> emacs-straight/org-mode@5bdfc02c6f org-mode was bumped in5f5a163
, 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 in5f5a163
). Amend:5f5a163c49
This commit is contained in:
@ -31,7 +31,7 @@
|
|||||||
(format "(defun org-git-version (&rest _) \"%s-??-%s\")\n"
|
(format "(defun org-git-version (&rest _) \"%s-??-%s\")\n"
|
||||||
version (cdr (doom-call-process "git" "rev-parse" "--short" "HEAD")))
|
version (cdr (doom-call-process "git" "rev-parse" "--short" "HEAD")))
|
||||||
"(provide 'org-version)\n")))))
|
"(provide 'org-version)\n")))))
|
||||||
:pin "e9c288dfaccc2960e5b6889e6aabea700ad4e05a")
|
:pin "5bdfc02c6fa1b9ad4f075ac1ad1e4086ead310db")
|
||||||
(package! org-contrib
|
(package! org-contrib
|
||||||
:recipe (:host github
|
:recipe (:host github
|
||||||
:repo "emacsmirror/org-contrib")
|
:repo "emacsmirror/org-contrib")
|
||||||
|
Reference in New Issue
Block a user