branch: elpa/blueprint-ts-mode commit 31ba622cbec0e2697a79973474df6ab55f0b7e84 Author: d-musique <119169473+d-musi...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
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