jd:/dev/blog_
· 1 min read

Code fontification with Gnus and Org-mode

I've added code fontification using Org src blocks inside Gnus.

I’ve added code fontification using Org src blocks inside Gnus.

gnus-org-buffer-fontification-1

This interprets the block as an Org buffer and fontify it accordingly if org-src-fontify-natively it set to t.

Thanks to Sébastien Vauban for the original idea and implementation. Now it works out of the box without any customization.

share:

Related posts

Gnus notifications
· 1 min read

Gnus notifications

Today, I've merged my Gnus notifications module inside Gnus git repository. This way, it will be available for everybody in Emacs 24.2.

Read more →