mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -100,7 +100,6 @@
|
||||
(require 'siren-git-timemachine)
|
||||
(require 'siren-github)
|
||||
(require 'siren-magit)
|
||||
(require 'siren-magit-todos)
|
||||
|
||||
;; Window management
|
||||
(require 'siren-buffer-move)
|
||||
|
||||
Reference in New Issue
Block a user