add evil mode everywhere

its really everywhere kindof
This commit is contained in:
Lucas Barbieri 2024-04-16 20:17:34 -03:00
parent 5a9c8cd201
commit 756a739421
2 changed files with 8 additions and 1 deletions

View File

@ -4,7 +4,7 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(package-selected-packages
'(magit yasnippet-snippets which-key powerline-evil helm go-mode doom-themes corfu company-fuzzy beacon)))
'(evil-collection magit yasnippet-snippets which-key powerline-evil helm go-mode doom-themes corfu company-fuzzy beacon)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.

View File

@ -82,6 +82,13 @@
:config
(evil-mode 1))
(use-package evil-collection
:ensure t
:init
(setq evil-want-keybinding nil)
:config
(evil-collection-init))
(use-package org
:ensure t)