From 8407af98fd5f8941be0d7097476c4e91cf5ba87c Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 17 Oct 2019 02:39:05 -0400 Subject: [PATCH] tools/magit: disable magit-todos by default This plugin is a source of slowness and occasional bugs. Instead of enabling it by default, we keep it around for magit-todos-list, which could replace +ivy/tasks. --- modules/tools/magit/config.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/tools/magit/config.el b/modules/tools/magit/config.el index ae27d0952..67d9d3a00 100644 --- a/modules/tools/magit/config.el +++ b/modules/tools/magit/config.el @@ -117,8 +117,7 @@ ensure it is built when we actually use Forge." (define-key magit-todos-section-map "j" nil) ;; Warns that jT isn't bound. Well, yeah, you don't need to tell me, that was ;; on purpose ya goose. - (advice-add #'magit-todos-mode :around #'doom-shut-up-a) - (magit-todos-mode +1)) + (advice-add #'magit-todos-mode :around #'doom-shut-up-a)) (use-package! magit-gitflow