Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Italics shown as underlined in doom emacs 29 pgtk #128

Open
Nick1296 opened this issue Nov 3, 2023 · 2 comments
Open

Italics shown as underlined in doom emacs 29 pgtk #128

Nick1296 opened this issue Nov 3, 2023 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Nick1296
Copy link

Nick1296 commented Nov 3, 2023

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!

@NamesCode NamesCode added the bug Something isn't working label Nov 21, 2023
@byronclark
Copy link
Contributor

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

@NamesCode
Copy link
Member

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 NamesCode added the help wanted Extra attention is needed label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants