Skip to content

Commit

Permalink
fix(meow): add safety guards to avoid conflict with evil
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Apr 24, 2023
1 parent 87247a5 commit db20803
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/me-meow.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

;;; Code:

(when (memq 'me-evil minemacs-core-modules)
(user-error "The `me-meow' module is incompatible with `me-evil'."))

(use-package meow
:straight t
:preface
Expand Down Expand Up @@ -97,4 +100,7 @@
'("'" . repeat)
'("<escape>" . ignore))))


(provide 'me-meow)

;;; me-meow.el ends here

0 comments on commit db20803

Please sign in to comment.