Skip to content

Commit adb5ac6

Browse files
committed
update customizations.org
fix documentation to reflect #217
1 parent ca4f781 commit adb5ac6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CUSTOMIZATIONS.org

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,11 @@ Default:
123123
A list of rules to specify the initial Meow state for major mode.
124124

125125
Value should be a list, each item is ~(major-mode . init-state)~.
126-
The ~init-state~ can only be ~motion~ or ~normal~.
126+
The ~init-state~ can be any state, including custom ones.
127127

128-
By Default, Meow will use ~motion~ for special modes, and ~normal~ for other modes.
128+
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.
129131

130132
** meow-expand-exclude-mode-list
131133

0 commit comments

Comments
 (0)