-
tree-sitter-langs/tree-sitter-langs.el Line 10 in 639f392 Not sure where the issue is; I have Emacs 30.1 with builtin When I install
the
which then install its
which caused some problems that I couldn't identify for a long time because I overlooked the fact that the outdated version of |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
Are you using MELPA-Stable? Maybe try MELPA instead. 🤔 |
Beta Was this translation helpful? Give feedback.
-
Nope .. I added .. (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) |
Beta Was this translation helpful? Give feedback.
-
Not sure / is it related to the naming? .. AFAIK in Emacs 29+ the name is ;;; treesit.el --- tree-sitter utilities -*- lexical-binding: t -*-
;; Copyright (C) 2021-2025 Free Software Foundation, Inc.
;; Maintainer: 付禹安 (Yuan Fu) <[email protected]>
;; Keywords: treesit, tree-sitter, languages
;; Package: emacs
...
(provide 'treesit) While tree-sitter-langs/tree-sitter-langs.el Line 10 in 639f392 😕 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
In Emacs 29+ I want to use the built-in FWIW: for now (as long
|
Beta Was this translation helpful? Give feedback.
-
You're on the right track! For Other options are:
|
Beta Was this translation helpful? Give feedback.
You're on the right track! For
treesit.el
, please usetreesit-auto
instead of this package. This package is specifically designed fortree-sitter.el
, nottreesit.el
.Other options are:
treesit.el
)