emacs icon indicating copy to clipboard operation
emacs copied to clipboard

Italics shown as underlined in doom emacs 29 pgtk

Open Nick1296 opened this issue 1 year ago • 2 comments

As for the title, when text in italics should be shown it is underlined instead.

I am using the theme with doomemacs on emacs 29 with pgtk on NixOS 23.11.

I am happy to make more tests if needed.

Thanks for the port of this awesome theme!

Nick1296 avatar Nov 03 '23 22:11 Nick1296

I've had the same issue in multiple themes. Here's how I work around it:

;; Default italic face sets underline if the font supports it
(custom-set-faces
 '(italic ((t (:slant italic)))))

byronclark avatar Jan 11 '24 20:01 byronclark

I am currently unable to resolve this as emacs doesnt work on my system. I will mark this as help wanted. If any want to take the reins on this one feel free ^^

NamesCode avatar Jun 04 '24 20:06 NamesCode