Skip to content

Commit 850fa13

Browse files
committed
Fix #500
1 parent 1f19c2e commit 850fa13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meow-util.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ that bound to DEF. Otherwise, return DEF."
666666
(dolist (buf (buffer-list))
667667
(unless (minibufferp buf)
668668
(with-current-buffer buf
669-
(setq-local meow-normal-mode 1)))))
669+
(meow--enable)))))
670670

671671
(defun meow--get-leader-keymap ()
672672
(cond

0 commit comments

Comments
 (0)