```
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,6 +4,8 @@
|
|||||||
;; ;; To disable collection of benchmark data after init is done.
|
;; ;; To disable collection of benchmark data after init is done.
|
||||||
;; (add-hook 'after-init-hook 'benchmark-init/deactivate))
|
;; (add-hook 'after-init-hook 'benchmark-init/deactivate))
|
||||||
|
|
||||||
|
(setq evil-disable-insert-state-bindings t)
|
||||||
|
|
||||||
(pcase system-type
|
(pcase system-type
|
||||||
('darwin ; macOS
|
('darwin ; macOS
|
||||||
(setq doom-font (font-spec :family "Maple Mono" :size 20))
|
(setq doom-font (font-spec :family "Maple Mono" :size 20))
|
||||||
|
|||||||
@@ -10,6 +10,10 @@
|
|||||||
;; (add-hook 'after-init-hook 'benchmark-init/deactivate))
|
;; (add-hook 'after-init-hook 'benchmark-init/deactivate))
|
||||||
#+end_src
|
#+end_src
|
||||||
* My doom config
|
* My doom config
|
||||||
|
** Evil
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(setq evil-disable-insert-state-bindings t)
|
||||||
|
#+end_src
|
||||||
** Appearance settings
|
** Appearance settings
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|||||||
Reference in New Issue
Block a user