branch: externals/eglot
commit bf4a7aa2b0d46ca10370e363319dd7e499e6f7fe
Author: João Távora <[email protected]>
Commit: João Távora <[email protected]>

    Fix #406: mention eglot-stay-out-of in README.md
    
    * README.md (Customization): Mention eglot-stay-out-of.
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 9281bee..e9202cc 100644
--- a/README.md
+++ b/README.md
@@ -299,6 +299,10 @@ lisp:
   managing a buffer.  Use `eglot-managed-p` to tell if current buffer
   is still being managed.
 
+- `eglot-stay-out-of`: List of Emacs features that Eglot shouldn't
+  automatically try to manage on users' behalf.  Useful when you need
+  non-LSP Flymake or Company backends.  See docstring for examples.
+
 # How does Eglot work?
 
 `M-x eglot` starts a server via a shell-command guessed from

Reply via email to