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:
parent
8b57226634
commit
8407af98fd
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue