fix(vc): Disable magit-todos package

It seems to cause very long freezes within magit itself, especially when
trying to commit. It seems to that the git diff command that's run in
the background hangs and/or takes a very long time to complete for some
reason.

Manually killing those git processes let's magit wake up instantly
again, in htop they're listed as:

    git --no-pager diff --no-color -U0 <Git SHA of HEAD>
This commit is contained in:
2020-02-08 10:30:22 +00:00
parent 8730b23256
commit 16264c3f91

View File

@@ -100,7 +100,6 @@
(require 'siren-git-timemachine)
(require 'siren-github)
(require 'siren-magit)
(require 'siren-magit-todos)
;; Window management
(require 'siren-buffer-move)