emacs-tree-sitter / elisp-tree-sitter

Emacs Lisp bindings for tree-sitter
https://emacs-tree-sitter.github.io
MIT License
816 stars 73 forks source link

Compilation Utilities #190

Closed ubolonton closed 2 years ago

ubolonton commented 2 years ago

Add local compilation as the fallback mechanism for tsc-dyn-get-ensure. This can be disabled, or prioritized, by setting tsc-dyn-get-from, which defaults to (:github :compilation).

This is a part of #166.