```
refactor(editor): Switch from Meow to Evil keybindings Replace Meow editor with Evil mode configured with +everywhere flag for consistent Vi-style keybindings across Emacs. ```
This commit is contained in:
4
init.el
4
init.el
@@ -53,8 +53,8 @@
|
|||||||
( zen +mixed-pitch-mode) ; distraction-free coding or writing
|
( zen +mixed-pitch-mode) ; distraction-free coding or writing
|
||||||
|
|
||||||
:editor
|
:editor
|
||||||
(meow +qwerty)
|
;; (meow +qwerty)
|
||||||
;; (evil +everywhere) ; come to the dark side, we have cookies
|
(evil +everywhere) ; come to the dark side, we have cookies
|
||||||
file-templates ; auto-snippets for empty files
|
file-templates ; auto-snippets for empty files
|
||||||
fold ; (nigh) universal code folding
|
fold ; (nigh) universal code folding
|
||||||
(format +onsave +lsp) ; automated prettiness
|
(format +onsave +lsp) ; automated prettiness
|
||||||
|
|||||||
Reference in New Issue
Block a user