Hi, I use orgstruct mode to fold and expand sections of the script. When I try the same with snake file, it works as long as the snakemake-mode is not activated, but then it stops working after activate the snakemake mode. Is it because of some conflicts? I structured the code like this ``` #!/bin/env snakamake ### * imports ### * outfiles ### * rules ### * org mode sepcific ### Local Variables: ### eva: (orgstruct-mode 1) ### orgstruct-heading-prefix-regexp: "### " ### End: ``` Could you please help figure out why orgstruct-mode stops working, when I activate snakemake-mode ? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kyleam/snakemake-mode/issues/27