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 6741f4d commit 679f73dCopy full SHA for 679f73d
meow-helpers.el
@@ -133,7 +133,8 @@ DESCRIPTION and LIGHTER."
133
:init-value ,init-value
134
:lighter ,lighter
135
:keymap ,keymap
136
- (when ,(meow-intern name "-mode")
+ (if (not ,(meow-intern name "-mode"))
137
+ (setq-local meow--current-state nil)
138
(meow--disable-current-state)
139
(setq-local meow--current-state ',(intern name))
140
(meow-update-display))
0 commit comments