mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
Eglot: mentions markdown-ts-view-mode less (bug#81150)
* doc/misc/eglot.texi (Customization Variables): Don't mention markdown-ts-view-mode. * etc/EGLOT-NEWS: Don't mention markdown-ts-view-mode.
This commit is contained in:
parent
2d915236dc
commit
776ee085ff
2 changed files with 4 additions and 6 deletions
|
|
@ -1003,10 +1003,9 @@ from the server (@pxref{Eglot Features}). The default value is
|
|||
@code{nil}, meaning Eglot selects a suitable Markdown renderer on each
|
||||
use---for example, @code{gfm-view-mode} from @code{markdown-mode} on
|
||||
NonGNU ELPA, which enhances documentation through fontification and
|
||||
other formatting. You can also set it to always use a specific major mode symbol, such
|
||||
as the aforementioned @code{gfm-view-mode}, or the experimental
|
||||
@code{markdown-ts-view-mode}. If you set it to @code{t}, plain text is
|
||||
requested from the server and no rendering is attempted.
|
||||
other formatting. If you set it to @code{t}, plain text is requested
|
||||
from the server and no rendering is attempted. See docstring for more
|
||||
options.
|
||||
|
||||
@item eglot-mode-map
|
||||
This variable is the keymap for binding Eglot-related command. It is in
|
||||
|
|
|
|||
|
|
@ -38,8 +38,7 @@ The variable 'eglot-documentation-renderer' replaces the now-obsolete
|
|||
'eglot-prefer-plaintext' and offers more control over what major mode is
|
||||
used to render markdown snippets. By default, the variable is nil and
|
||||
'gfm-view-mode' from NonGNU ELPA's markdown-mode package is used if
|
||||
found. You may also set it to the experimental 'markdown-ts-view-mode'
|
||||
in Emacs versions with tree-sitter markdown support.
|
||||
found. See docstring for more details.
|
||||
|
||||
|
||||
* Changes in Eglot 1.23 (2/4/2026)
|
||||
|
|
|
|||
Loading…
Reference in a new issue