From cc3b1ee3d9c139edd785114f905d89d79cbada59 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 16 May 2024 21:05:09 -0400 Subject: [PATCH] Fix tree-sitter cpp grammar source --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index e502ad8..35109c3 100644 --- a/init.el +++ b/init.el @@ -781,7 +781,7 @@ have been closed." (editor-feature treesit "Integrates the Tree-sitter parsing library into Emacs." :config - (add-to-list 'treesit-language-source-alist '(cpp "https://github.com/alfaix/tree-sitter-cpp/tree/alfaix/cpp-20-modules"))) + (add-to-list 'treesit-language-source-alist '(cpp "https://github.com/alfaix/tree-sitter-cpp" "alfaix/cpp-20-modules"))) ;; ---------------------------------- ;; ;; uniquify