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
do you have a solution in mind? I thought of prompting the user for a major mode, which would then be invoked, and after that the window would be set up (which might be what org-mode does?). I didn't see your code yet, though.
we could also implement some kind of cache to offer better default modes to the user, or have the user specify the major mode with something like:
@odanoburu yea, I think I kinda know what to do, just need to take some time to implement it.
Instrument like ◊; mode: won't work well in general. It might work for code snippet, but the text feels like containing a lot of accidental complexity in it.
Currently
C-c '
closes the special block editing window.Changing major mode in the window cleans keybindings and the header, and
C-c '
doesn't work after mode changes.The text was updated successfully, but these errors were encountered: