branch: elpa/meow
commit 850fa13dffb8075f9e8eb3bdca576422a448088a
Author: DogLooksGood <doglooksg...@hotmail.com>
Commit: DogLooksGood <doglooksg...@hotmail.com>

    Fix #500
---
 meow-util.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meow-util.el b/meow-util.el
index c08ad63dfb..4d581c6399 100644
--- a/meow-util.el
+++ b/meow-util.el
@@ -666,7 +666,7 @@ that bound to DEF. Otherwise, return DEF."
   (dolist (buf (buffer-list))
     (unless (minibufferp buf)
       (with-current-buffer buf
-        (setq-local meow-normal-mode 1)))))
+        (meow--enable)))))
 
 (defun meow--get-leader-keymap ()
   (cond

Reply via email to