You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running Emacs 30.1 on MacOS 15.1. This is my init.el file
(require 'package)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
;; Comment/uncomment this line to enable MELPA Stable if desired. See `package-archive-priorities`
;; and `package-pinned-packages`. Most users will not need or want to do this.
;;(add-to-list 'package-archives '("melpa-stable" . "https://stable.melpa.org/packages/") t)
(package-initialize)
(use-package rust-mode
:init
(setq rust-mode-treesitter-derive t))
Upon opening a rust buffer, the Warning buffer shows
Warning (treesit): Cannot activate tree-sitter, because language grammar for rust is unavailable (version-mismatch): 15
I can confirm that the language object is present at ~/.emacs.d/tree-sitter
The text was updated successfully, but these errors were encountered:
Running Emacs 30.1 on MacOS 15.1. This is my
init.el
fileUpon opening a rust buffer, the Warning buffer shows
I can confirm that the language object is present at
~/.emacs.d/tree-sitter
The text was updated successfully, but these errors were encountered: