Skip to content

Commit

Permalink
Revert "Disable evil-collection"
Browse files Browse the repository at this point in the history
This reverts commit 63ccbbb.
  • Loading branch information
jeffkreeftmeijer committed Apr 27, 2024
1 parent ccb7154 commit d1c32d4
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-collection
:ensure t
:after evil
:config
(evil-collection-init))

(use-package evil-commentary
: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 @@ -577,6 +577,7 @@ Evil-collection [[https://github.com/emacs-evil/evil-collection/issues/60][requi

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

0 comments on commit d1c32d4

Please sign in to comment.