el-get/recipes/emacs-tree-sitter.rcp
Vedang Manerikar 938aa10f17
Add / Update recipes for qpdf.el, pdf-tools and elisp-tree-sitter (#2882)
* Add a recipe for qpdf.el

`orgtre/qpdf.el` is a transient wrapper over `qpdf/qpdf`, allowing you
to execute PDF transformation commands from inside Emacs

* Update the recipe for pdf-tools

- Raise the minimum supported Emacs version
- Remove unnecessary clauses

Closes: dimitri/el-get#2860

* Rename emacs-tree-sitter to elisp-tree-sitter

This is the new name of the repo.

Also, point it to the upstream package.
2022-11-04 07:59:54 +01:00

15 lines
701 B
Plaintext

;; NOTE: This recipe has been deprecated in favor of elisp-tree-sitter.rcp. Please install that instead.
(:name emacs-tree-sitter
:description "NOTE: This recipe has been deprecated in favor of elisp-tree-sitter. Please install that instead."
:type github
:minimum-emacs-version "25.1"
:pkgname "vedang/emacs-tree-sitter"
:load-path ("core" "lisp" "langs")
;; Recipe based on instructions from:
;; https://emacs-tree-sitter.github.io/installation/
:load ("lisp/tree-sitter.el"
"lisp/tree-sitter-hl.el"
"langs/tree-sitter-langs.el"
"lisp/tree-sitter-debug.el"
"lisp/tree-sitter-query.el"))