* eldoc-box.el (eldoc-box-lighter):
* README.org (Variable): Mode line.
This commit is contained in:
Yuan Fu 2023-04-17 13:19:29 -07:00
parent c39eb5666b
commit 6a0b1bd0ad
No known key found for this signature in database
GPG Key ID: 56E19BC57664A442
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ It is also available on [[https://melpa.org/#/eldoc-box][MELPA]].
- =eldoc-box-cleanup-interval= :: After this amount of seconds, eldoc-box will attempt to cleanup the childframe. E.g. if it is set to 1, the childframe is cleared 1 second after you moved the point to somewhere else (that doesn't have a doc to show). This doesn't apply to =eldoc-box-hover-at-point-mode=. In that mode, the childframe is cleared as soon as point moves.
- =eldoc-box-fringe-use-same-bg= :: Whether to set fringes background color to as same as that of default. Default to t.
- =eldoc-box-self-insert-command-list= :: By default =eldoc-box-hover-at-point-mode= only keeps childframe display while you are typing (ie, when =this-command= is =self-insert-command=). But if you bind something else to your keys, eldoc-box cant recognize it and will hide childframe when you type. Add your command to this list so eldoc-box wont hide childframe when this command is called.
- =eldoc-box-lighter= :: Lighter displayed on the mode-line.
- =eldoc-box-lighter= :: Lighter displayed on the mode line.
** Use with eglot

View File

@ -85,7 +85,7 @@
"Body face used in documentation childframe.")
(defcustom eldoc-box-lighter " ELDOC-BOX"
"Mod-line lighter for all eldoc-box modes.
"Mode line lighter for all eldoc-box modes.
If the value is nil, no lighter is displayed."
:type '(choice string
(const :tag "None" nil)))