Merge pull request #54 from ideasman42/patch-1

Correct eldoc-box-body face
This commit is contained in:
Yuan Fu 2022-12-04 22:38:15 -08:00 committed by GitHub
commit 5c067f5c19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@
(((background light)) . (:background "black"))) (((background light)) . (:background "black")))
"The border color used in childframe.") "The border color used in childframe.")
(defface eldoc-box-body '((t . (:background nil))) (defface eldoc-box-body '((t . (:background unspecified)))
"Body face used in documentation childframe.") "Body face used in documentation childframe.")
(defcustom eldoc-box-only-multi-line nil (defcustom eldoc-box-only-multi-line nil