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 6263d32 commit eebb792Copy full SHA for eebb792
meow-var.el
@@ -210,8 +210,7 @@ This option will affect the color of position hint and fake region cursor."
210
(Custom-mode . normal))
211
"A list of rules, each is (major-mode . init-state).
212
213
-The init-state can only be `motion' or `normal',
214
-and `motion' have a higher priority."
+The init-state can be any state, including custom ones."
215
:group 'meow
216
:type '(alist :key-type (sexp :tag "Major-mode")
217
:value-type (symbol :tag "Initial state")))
0 commit comments