Skip to content

Commit

Permalink
Revert "Disable evil"
Browse files Browse the repository at this point in the history
This reverts commit 8e85caa.
  • Loading branch information
jeffkreeftmeijer committed Apr 27, 2024
1 parent d1c32d4 commit 1bee0b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions default.el
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ end tell"))
:custom
spacious-padding-subtle-mode-line t)

(use-package evil
:ensure t
:init
(setq evil-want-keybinding nil)
(evil-mode 1))

(use-package evil-collection
:ensure t
:after evil
Expand Down
1 change: 1 addition & 0 deletions emacs-configuration.org
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ After installing Evil, turn on =evil-mode= globally:

#+headers: :exports none
#+headers: :noweb yes
#+headers: :tangle default.el
#+begin_src emacs-lisp
(use-package evil
:ensure t
Expand Down

0 comments on commit 1bee0b3

Please sign in to comment.