You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it works in markdown it should work in polymode buffer. markdown-code-face affects only anonymous blocks where the mode is not identified. If you want to change all code blocks where modes are identified then I am afraid it's much more dificult if not outright imposible. polymode is using emacs indirect buffers and as far as I know the default font is the same across all buffers. (related).
I use poly-markdown and want to use variable-pitch mode fonts for the markdown text, and fixed mode fonts for the code blocks.
Mostly using Julia, but also Python (and others occasionally).
Is it possible to do that? I did try something like:
in custom faces, but that doesn't seem to do the trick.
It does work in pure markdown-mode, but not in poly-markdown-mode.
The text was updated successfully, but these errors were encountered: