diff --git a/modules/editor/format/autoload/format.el b/modules/editor/format/autoload/format.el index 709855817..d0379c6a7 100644 --- a/modules/editor/format/autoload/format.el +++ b/modules/editor/format/autoload/format.el @@ -116,7 +116,7 @@ the requested feature." Does nothing if `+format-with-lsp' is nil or the active server doesn't support the requested feature." (and +format-with-lsp - (bound-and-true-p eglot-managed-mode) + (bound-and-true-p eglot--managed-mode) (pcase op ('buffer (if (eglot--server-capable :documentFormattingProvider) (always (eglot-format-buffer))))