Automatically Not Be In Normal Mode In Read Only Buffers #486
-
Hi, How can I have meow automatically switch to insert mode when in a read only buffer. For example, I get binding conflicts when in a sly debugger or inspector. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I think you have to switch to motion state by hook or advice when entering the debug mode. There are examples, BTW, PR is welcomed. |
Beta Was this translation helpful? Give feedback.
-
Hi, Should I be adding advice around https://git.sr.ht/~whereiseveryone/emacsaroni/tree/master/item/site-lisp/meow-eat-shim.el |
Beta Was this translation helpful? Give feedback.
I think you have to switch to motion state by hook or advice when entering the debug mode.
There are examples,
https://github.com/meow-edit/meow/blob/master/meow-shims.el#L220
https://github.com/meow-edit/meow/blob/master/meow-shims.el#L199
BTW, PR is welcomed.