I am currently using
- Magit 3.1.1
- Magit-todos 1.5.3
My configuration for both packages are as such
(use-package magit
:commands (magit-status magit-get-current-branch)
:custom
(magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1))
(use-package magit-todos
:ensure t
:commands (magit-todos-mode)
:config
(setq magit-todos-recursive t
magit-todos-depth 100))
When I start emacs, I notice that the the variable magit-todos-mode is nil.
When I enter the magit-status-buffer I am not able to see nor jump to the TODOs section.
Exiting the status buffer, I enable magit-todos-mode but am met with the error magit-todos: Not overriding bind of "jT" in ‘magit-status-mode-map’.
Upon reentering the buffer, there is still no TODOs section.