nobiot / org-transclusion

Emacs package to enable transclusion with Org Mode
https://nobiot.github.io/org-transclusion/
GNU General Public License v3.0
917 stars 44 forks source link

Removing fringe from source buffers? #196

Open joshcho opened 1 year ago

joshcho commented 1 year ago

Maybe this is somewhere in the docs, but it was difficult to find. When a file is transcluded, the source buffer has fringe on the left for the lines that are transcluded. How do I get rid of this? I tried to customize org-transclusion-source-fringe and org-transclusion-fringe, but the faces are empty.

nobiot commented 1 year ago

Ah, no user option(s) exists at the moment. Let me try to patch this…

For now, I think you could change faces org-transclusion-source-fringe and org-transclusion-fringe to make the fringe invisible. That is, to make the foreground the same as your default background.