Skip to content

Commit

Permalink
Disable evil-collection
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkreeftmeijer committed Apr 13, 2024
1 parent 9f4d13b commit 63ccbbb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions default.el
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ end tell"))
(setq evil-want-keybinding nil)
(evil-mode 1))

(use-package evil-collection
:after evil
:config
(evil-collection-init))

(use-package evil-commentary
:after evil
:init
Expand Down
1 change: 0 additions & 1 deletion emacs-configuration.org
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,6 @@ 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
:after evil
Expand Down

0 comments on commit 63ccbbb

Please sign in to comment.