zkry / yaml-pro

Edit YAML in Emacs like a pro
GNU General Public License v3.0
137 stars 9 forks source link

Add command to change major mode when editing #61

Closed zkry closed 4 months ago

zkry commented 4 months ago

This MR adds a new command from the edit mode to easily change major modes. This makes the most sense as a command to change the mode as there is re-setup required for the buffer. Making a simple mode change just work would require a lot of hook magic.

Resolves #58