From 16264c3f917c9c6680856bf934aebd19af00be9b Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 8 Feb 2020 10:30:22 +0000 Subject: [PATCH] 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 --- core/siren-core-modules.el | 1 - 1 file changed, 1 deletion(-) diff --git a/core/siren-core-modules.el b/core/siren-core-modules.el index 76b1e37..ea87156 100644 --- a/core/siren-core-modules.el +++ b/core/siren-core-modules.el @@ -100,7 +100,6 @@ (require 'siren-git-timemachine) (require 'siren-github) (require 'siren-magit) -(require 'siren-magit-todos) ;; Window management (require 'siren-buffer-move)