fix(emacs): change eglot-inlay-hint-face
to be full-height
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
ef5a31eaba
commit
9cf00a17fa
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
||||||
;; else it will complain about the following error:
|
;; else it will complain about the following error:
|
||||||
;; Feature provided by other file: project
|
;; Feature provided by other file: project
|
||||||
(use-package eglot :straight t
|
(use-package eglot :straight t
|
||||||
|
:custom-face (eglot-inlay-hint-face ((t (:height 1.0))))
|
||||||
:hook ((racket-mode rust-mode irony-mode) . eglot-ensure))
|
:hook ((racket-mode rust-mode irony-mode) . eglot-ensure))
|
||||||
(use-package eldoc :straight t
|
(use-package eldoc :straight t
|
||||||
:after (eglot))
|
:after (eglot))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue