What happened?
- I compiled Emacs 30.1 locally with my usual configuration flags (nothing fancy)
- I started up Emacs with the Doom config I’ve been using for a year or two
- I noticed immediately that there is no syntax highlighting for Rust code, just white text on a dark background
- I then opened some of the
.el
files in~/.config/doom
and saw that the same problem is happening for elisp files - Org files somehow do have correct syntax highlighting
Update: Cargo.toml
is shown correctly, and warnings are being highlighted in Rust code as expected, but no syntax highlighting, and also there are no completions as I type (e.g. typing use serde::
should show some completions, but doesn’t). See second screen shot.
What did you expect to happen?
I expected Emacs 30.1 with an existing Doom setup to look the same as it did the day before with Emacs 29.4.
Steps to reproduce
- Run Emacs 30.1
- See code with not syntax highlighting
System information
Loading data dump...