문제

I'm having troubles with the fonts. I think emacs is not displaying the italic font. I notice this mainly when I'm using org-mode, because the italics characters are not appearing.

Font Test in Org-mode

As you can see in the image above, the second line should appear in italic, and I don't know why it's not doing it. I'm quite sure it was working at some point before. I was playing around with the font customization, but I didn't succeed.

Any Ideas?

도움이 되었습니까?

해결책

@choroba was totally right about the font. I just changed it.

(add-to-list 'default-frame-alist
                       '(font . "DejaVu Sans Mono-11"))

As a note, you can play around with the font with S-left_click

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top