I have rebuilt Emacs 29 with PGTK in order to get Emacs running natively and to fix the fonts, and i already have another emacs 29 build (Lucid) installed with i use On X.
I was surprised to see Emacs on wayland was running slower than its counterpart on Xwayland. Also the fonts issue was not fixed.
While zooming in makes the fonts look better. On X i don’t have this issue.
Below is screenshots of fonts on Wayland - Xwayland and X

On wayland (PGTK)

Xwayland (Lucid)

Xorg (Lucid)

  • StrangeAstronomerB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    I like the vertical bars outlining the function structures - how is that done?

    • YbenelOPB
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      I’m using highlight-indent-guides

      (use-package! highlight-indent-guides
        :init
        (add-hook 'prog-mode-hook 'highlight-indent-guides-mode)
        (setq highlight-indent-guides-method 'character
              highlight-indent-guides-delay 0
              highlight-indent-guides-responsive 'stack
              highlight-indent-guides-auto-enabled nil))