Add support for eldoc-box
This commit is contained in:
parent
61facfb767
commit
4576c6c89c
@ -562,6 +562,10 @@
|
|||||||
`(diff-hl-delete ((,class (:foreground ,red))))
|
`(diff-hl-delete ((,class (:foreground ,red))))
|
||||||
`(diff-hl-insert ((,class (:foreground ,green))))
|
`(diff-hl-insert ((,class (:foreground ,green))))
|
||||||
|
|
||||||
|
;; eldoc-box
|
||||||
|
`(eldoc-box-body ((,class (:inherit (tooltip variable-pitch-text)))))
|
||||||
|
`(eldoc-box-border ((,class (:background ,base-3))))
|
||||||
|
|
||||||
;; fic-mode
|
;; fic-mode
|
||||||
`(fic-face ((,class (:foreground ,yellow :weight bold))))
|
`(fic-face ((,class (:foreground ,yellow :weight bold))))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user