Skip to content

Commit

Permalink
Update eldoc-box-border face.
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Jul 29, 2023
1 parent 5e9bf14 commit e1eb05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/init-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
(use-package eldoc-box
:diminish (eldoc-box-hover-mode eldoc-box-hover-at-point-mode)
:custom-face
(eldoc-box-border ((t (:background ,(face-background 'posframe-border nil t)))))
(eldoc-box-border ((t (:inherit posframe-border :background unspecified))))
(eldoc-box-body ((t (:inherit tooltip))))
:hook ((emacs-lisp-mode . eldoc-box-hover-at-point-mode)
(eglot-managed-mode . eldoc-box-hover-at-point-mode)))))
Expand Down

0 comments on commit e1eb05f

Please sign in to comment.