From d1720baf4bbae3f29b1ea7d35e04bf88da2b14e8 Mon Sep 17 00:00:00 2001 From: Zelong Kuang Date: Sat, 6 Dec 2025 01:28:27 +1100 Subject: [PATCH] feat(editor): Switch from Meow to Evil keybindings Replace Meow modal editing with Evil mode and enable it everywhere. Disable multiple-cursors as it conflicts with Evil's visual selection. --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 79fbaa7..6633098 100644 --- a/init.el +++ b/init.el @@ -53,14 +53,14 @@ ( zen +mixed-pitch-mode) ; distraction-free coding or writing :editor - (meow +qwerty) - ;; (evil +everywhere); come to the dark side, we have cookies + ;; (meow +qwerty) + (evil +everywhere) ; come to the dark side, we have cookies file-templates ; auto-snippets for empty files fold ; (nigh) universal code folding (format +onsave +lsp) ; automated prettiness ;;god ; run Emacs commands without modifier keys ;;lispy ; vim for lisp, for people who don't like vim - multiple-cursors ; editing in many places at once + ;; multiple-cursors ; editing in many places at once ;;objed ; text object editing for the innocent ;;parinfer ; turn lisp into python, sort of ;;rotate-text ; cycle region at point between text candidates