Working corfu setup without company

This commit is contained in:
Maciej 2025-01-07 14:25:33 +02:00
parent b9559eabe0
commit a0500746f4
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
11 changed files with 255 additions and 314 deletions

View file

@ -71,8 +71,7 @@ in `icejam-set-font-to-screen`.")
"Set font to FAMILY and its HEIGHT to X.
Not all faces will be set to this value. Some of them look better with being
slightly smaller than the default face, by 1 point. Those are: `tooltip',
`company-tooltip', `company-tooltip-annotation', `company-tooltip-mouse'.
slightly smaller than the default face, by 1 point. Those are: `tooltip'.
Modeline faces (`mode-line' and `mode-line-inactive') look better if they are
two points smaller."
@ -87,10 +86,7 @@ two points smaller."
(* 10)))
;; Some font faces look better when they are 1 point smaller.
(dolist (face '(tooltip
company-tooltip
company-tooltip-annotation
company-tooltip-mouse))
(dolist (face '(tooltip))
(set-face-attribute face nil :height (-> height
(- 1)
(* 10))))