branch: elpa/adoc-mode
commit 0e0d5fcd7cad674ea3f706c6237c78585adf2ccf
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Add See Also section linking to asciidoc-mode
---
 README.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.adoc b/README.adoc
index c5f30dba3e..ff514ebcee 100644
--- a/README.adoc
+++ b/README.adoc
@@ -222,6 +222,10 @@ is one good option for you:
 (add-hook 'adoc-mode-hook (lambda() (buffer-face-mode t)))
 ----
 
+== See Also
+
+If you're looking for a lighter-weight alternative, check out 
https://github.com/bbatsov/asciidoc-mode[asciidoc-mode] -- a tree-sitter-based 
AsciiDoc mode focused on the essentials (highlighting, navigation, folding). It 
requires Emacs 30.1+ and trades `adoc-mode`'s richer feature set for simplicity 
and the performance benefits of tree-sitter. Both modes are maintained by the 
same author.
+
 == Roadmap
 
 Here are some features that we're considering to add in the future:

Reply via email to