From 62b12ac877aa305bf1c692f924a8daf0a98d9a96 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 13 Jun 2024 17:52:25 -0400 Subject: [PATCH] ENH use updated repo --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index cf41897..b00e536 100644 --- a/init.el +++ b/init.el @@ -13,8 +13,8 @@ ;; (straight-use-package '(org :type built-in)) (straight-use-package '(org :type git - :repo "https://git.sr.ht/~yantar92/org-mode" - :branch "feature/org-element-ast-tidy")) + :repo "git://git.savannah.gnu.org/emacs/org-mode.git" + :branch "release_9.7.3")) ;;(load-file "~/.config/emacs/straight/repos/org/lisp/org-element-ast.el") ;;(load-file "~/.config/emacs/straight/repos/org/lisp/org-element.el")