githubnext / monaspace

An innovative superfamily of fonts for code
https://monaspace.githubnext.com
SIL Open Font License 1.1
13.23k stars 214 forks source link

texture healing on MacOS / Emacs #12

Open michaelssingh opened 8 months ago

michaelssingh commented 8 months ago

Hello how can "texture healing" be enabled on MacOS (system wide) or in Emacs?

codingquark commented 8 months ago

With packages like vertico, the completions are broken on macOS.

Faces setting is (default ((t (:family "Monaspace Argon" :foundry "nil" :slant normal :weight regular :height 140 :width normal)))) and this is what it looks like after M-x. Notice the modeline alignment as well.

Screenshot 2023-11-12 at 11 44 09 AM

I wonder if texture healing support is the overall reason for things breaking?

EDIT: So far it seems vertico-reverse-mode is causing the behaviour. Will keep bisecting my config to narrow which package(s) are involved.