1
0
Fork 0

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:
Lucas Sta Maria 2024-10-31 03:05:02 -04:00
parent ef5a31eaba
commit 9cf00a17fa
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -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))