Add tree sitter dependency for oni-python
This commit is contained in:
parent
83b66718b2
commit
a248699894
1 changed files with 4 additions and 1 deletions
|
@ -11,6 +11,8 @@
|
|||
#:select (emacs-notmuch))
|
||||
#:use-module ((gnu packages python-xyz)
|
||||
#:select (python-black))
|
||||
#:use-module ((gnu packages tree-sitter)
|
||||
#:select (tree-sitter-python))
|
||||
#:use-module (oni packages emacs))
|
||||
|
||||
(define-public emacs-oni-config
|
||||
|
@ -410,7 +412,8 @@ Emacs")))
|
|||
emacs-oni-lsp
|
||||
emacs-rainbow-delimiters
|
||||
emacs-reformatter
|
||||
python-black))))
|
||||
python-black
|
||||
tree-sitter-python))))
|
||||
|
||||
(define-public emacs-oni-clojure
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue