Skip to content

Commit

Permalink
tweak(magit-todos): do not enable (too slow on big code bases)
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Feb 13, 2024
1 parent 9738ac4 commit e845bcb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions modules/me-vc.el
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@

(use-package magit-todos
:straight t
:after magit
:demand t
:config
(magit-todos-mode 1))
:after magit)

(use-package magit-imerge
:straight t
Expand Down

0 comments on commit e845bcb

Please sign in to comment.