meow-edit / meow

Yet another modal editing on Emacs / 猫态编辑
GNU General Public License v3.0
1.09k stars 127 forks source link

How can I set default initial state to insert? #441

Closed SequentialDesign closed 1 year ago

SequentialDesign commented 1 year ago

Is there a way to make the insert state the default state?

SequentialDesign commented 1 year ago

Never mind. Advising meow--enable with

(meow-normal-mode)
(meow-insert-mode)

works.

eshrh commented 1 year ago

this should be done on a per-mode basis, by modifying meow-mode-state-list. Of course you can also target fundamental-mode.