From eb90c528f38af557f0cfe927463c01c02f1b13e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Mon, 18 May 2026 16:27:35 +0100 Subject: [PATCH] ; * lisp/progmodes/eglot.el (eglot-code-action-indications): Tweak. --- lisp/progmodes/eglot.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 02fc4615acf..f00a3a265c5 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -625,6 +625,7 @@ Note additionally: (const :tag "ElDoc textual hint" eldoc-hint) (const :tag "Right besides point" nearby) (const :tag "In mode line" mode-line) + (const :tag "In left fringe" left-fringe) (const :tag "In margin" margin)) :package-version '(Eglot . "1.19"))