-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hi,
I use Org Mode with the Variable Pitch Mode enabled. I have configured the org-block face, so that it inherits the fixed-pitch face, so that the font in the source blocks is still a monospace font.
However this setup stoped working, when I enable poly-org, since now the org-block face is not applied (As far as I can tell.) and the innermodes still have the variable pitch mode enabled for some reason. I can move into a block manually and disable the variable-pitch mode manually there; or I can use the switch buffer hooks that polymode provides in order to disable the variable pitch mode, whenever I enter a source block.
But this solution starts out with the variable pitch mode enabled for the inner buffers, which is really ugly and I havn't found a way to disable the Variable Pitch Mode only in the innermodes when opening a new org-file.
How would I do that?