rougier / elegant-emacs

A very minimal but elegant emacs (I think)
GNU General Public License v3.0
1.36k stars 79 forks source link

Font lock feature for code segments #24

Closed phuhl closed 3 years ago

phuhl commented 3 years ago

Hi, nice project.

In the README are screenshots of =[C-s]= beeing displayed as grafik

For me it is displayed like this, though: grafik

Any idea what might be missing?

I did not include the sanity.el file but it did'nt appear to be the reason for this...

rougier commented 3 years ago

You have to (setq org-hide-emphasis-markers t)

phuhl commented 3 years ago

Thanks, that fixes it :) Didn't I see it, or is this not part of elegant-emacs? Might be a good idea to add it, in that case, so one can reproduce the images from the README without additional config.

rougier commented 3 years ago

Good point. Can you make a PR?