We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4f781 commit adb5ac6Copy full SHA for adb5ac6
CUSTOMIZATIONS.org
@@ -123,9 +123,11 @@ Default:
123
A list of rules to specify the initial Meow state for major mode.
124
125
Value should be a list, each item is ~(major-mode . init-state)~.
126
-The ~init-state~ can only be ~motion~ or ~normal~.
+The ~init-state~ can be any state, including custom ones.
127
128
-By Default, Meow will use ~motion~ for special modes, and ~normal~ for other modes.
+By default, Meow will use ~motion~ for special modes (in which none of
129
+the alphabet keys trigger a `self-insert` command), and ~normal~ for
130
+other modes.
131
132
** meow-expand-exclude-mode-list
133
0 commit comments