From 85caf780e861199f82c637dd18124caaf9a5c377 Mon Sep 17 00:00:00 2001 From: Thomas Schwanberger Date: Wed, 5 Jun 2024 23:44:18 +0200 Subject: [PATCH] Add paragraph: Doom Emacs upcoming native TS Eluding to likely upcoming support for native TS, at least as an opt-in and eluding to the issue for unstraightened not likely to be chased any further. This is in line with the discussion in the issue.. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 72f7b26..0b94c95 100644 --- a/README.md +++ b/README.md @@ -321,6 +321,10 @@ This issue is currently confirmed to affect golang. See issue [#7](https://github.com/marienz/nix-doom-emacs-unstraightened/issues/7) for a more detailed explanation. +Considering that Doom Emacs will likely use the Emacs 29+ built-in tree-sitter at some point at least as an opt-in +(see related [Doom Emacs issue](https://github.com/doomemacs/doomemacs/issues/7623)) +this particular issue for Unstraightened is unlikely to get solved. + As a workaround the following is possible: - Temporarily disable Doom Emacs from handling tree-sitter in `init.el`. - Define your nix Emacs package to be compiled with native tree-sitter support.