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.
This commit is contained in:
Henrik Lissner 2019-10-17 02:39:05 -04:00
parent 8b57226634
commit 8407af98fd
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -117,8 +117,7 @@ ensure it is built when we actually use Forge."
(define-key magit-todos-section-map "j" nil) (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 ;; Warns that jT isn't bound. Well, yeah, you don't need to tell me, that was
;; on purpose ya goose. ;; on purpose ya goose.
(advice-add #'magit-todos-mode :around #'doom-shut-up-a) (advice-add #'magit-todos-mode :around #'doom-shut-up-a))
(magit-todos-mode +1))
(use-package! magit-gitflow (use-package! magit-gitflow