Merge pull request #54 from ideasman42/patch-1
Correct eldoc-box-body face
This commit is contained in:
commit
5c067f5c19
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user