branch: elpa/blueprint-ts-mode commit 8cd94100299975bb7c81694b44859be2921bb9cd Merge: e9e56dec10 31ba622cbe Author: Huan <73443559+hua...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
Merge pull request #2 from d-musique/patch-1 Update README.org --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 5f715b6c04..215ea36bd3 100644 --- a/README.org +++ b/README.org @@ -9,7 +9,7 @@ You need Emacs version >= 29. Your Emacs also needs to be compiled with Treesitt Get the grammar: #+begin_src emacs-lisp (add-to-list 'treesit-language-source-alist - '(blueprint . (https://github.com/huanie/tree-sitter-blueprint))) + '(blueprint . ("https://github.com/huanie/tree-sitter-blueprint"))) (treesit-install-language-grammar 'blueprint) #+end_src