]> git.eshelyaron.com Git - emacs.git/commit
Eglot: allow customizing the mode line (bug#71823)
authorJoão Távora <joaotavora@gmail.com>
Tue, 28 Jan 2025 10:39:25 +0000 (10:39 +0000)
committerEshel Yaron <me@eshelyaron.com>
Thu, 30 Jan 2025 18:11:44 +0000 (19:11 +0100)
commitde538f6c6caea9dc04c95641fbbfd6e51b63ca88
treef9e787ef0ca7716ec9bee0b3e84adc4813c5ca6e
parent97a746c6e8db90c785fd8987485df1243d8f2447
Eglot: allow customizing the mode line (bug#71823)

* lisp/progmodes/eglot.el (eglot-code-action-indications): Adjust docstring.
(eglot--mode-line-props): Tweak.
(eglot--mode-line-format): Delete.
(eglot-mode-line-format): New defcustom.
(eglot-mode-line-menu, eglot-mode-line-session)
(eglot-mode-line-error, eglot-mode-line-pending-requests)
(eglot-mode-line-progress, eglot-mode-line-action-suggestion): New
constants.
(mode-line-misc-info): Adjust setting

* etc/EGLOT-NEWS: Mention new feature.

* doc/misc/eglot.texi (Customization Variables): Mention new variable.

(cherry picked from commit b4e9115f4fcfc174a9c3b974bf414ae4af060ae7)
doc/misc/eglot.texi
etc/EGLOT-NEWS
lisp/progmodes/eglot.el