git clone [email protected]:qdzhang/vanilla-emacs.git ~/.emacs.d
cd ~/.emacs.d
make bootstrap-borg
make bootstrap
# Or
# Save the log to a file if you have assimilated many packages
make bootstrap | tee bootstrap.log
# Generate the autoloads file
make autoload
# Download the tree sitter modules
make treesitter
# Optional
# Speed up Emacs by Byte-compiling and Native-compiling
make compile
# Clean the compiled .elc file
make clean-elcTested with Emacs 29.4 and tree-sitter 0.23.2 . And use the tree sitter grammers builded here.