Skip to content

Commit

Permalink
revert: org
Browse files Browse the repository at this point in the history
emacs-straight/org-mode@e9c288dfaccc -> emacs-straight/org-mode@5bdfc02c6fa1

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: 5f5a163
  • Loading branch information
hlissner committed Apr 12, 2024
1 parent fdeb856 commit 5b7d676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/lang/org/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 5b7d676

Please sign in to comment.