diff --git a/.gitignore b/.gitignore index 188561f..f7fc98c 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ snippets/ straight tramp transient/ +tree-sitter/ url custom.el diff --git a/README.org b/README.org index 5fd6df5..c3cc8db 100644 --- a/README.org +++ b/README.org @@ -4,8 +4,13 @@ #+begin_src sh ./autogen.sh -./configure --prefix=$HOME/.local --with-native-compilation=aot --with-modules --with-pgtk --with-json --with-rsvg CFLAGS='-O3 -march=native -mtune=native' +./configure --prefix=$HOME/.local \ + --with-native-compilation=aot \ + --with-modules --with-tree-sitter \ + --with-pgtk --with-json --with-rsvg \ + CFLAGS='-O3 -march=native -mtune=native' make -j +make check src/emacs -Q make install #+end_src