From 09c55e2d39ff1fd286d831676746fb57ea17cae2 Mon Sep 17 00:00:00 2001 From: Justin Smestad Date: Thu, 2 Jun 2022 08:35:07 -0600 Subject: [PATCH] Update Emacs core effort to feature branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60c4d64c..cd56c891 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ To test against a different version of Emacs, set the environment variable `EMAC ## Alternatives -- Tree-sitter in Emacs's core: https://github.com/casouri/emacs (the future) +- Tree-sitter in Emacs's core: https://github.com/emacs-mirror/emacs/tree/feature/tree-sitter (the future) - Binding through C instead of Rust: https://github.com/karlotness/tree-sitter.el (dormant) ## Contribution