mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 15:56:35 -04:00
; * lisp/progmodes/eglot.el (eglot-code-action-indications): Tweak.
This commit is contained in:
parent
1d7d6ffedb
commit
eb90c528f3
|
|
@ -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"))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue