Skip to content

TODO section does not show, magit-todos: Not overriding bind of "jT" in ‘magit-status-mode-map’. #119

@citypilgrim

Description

@citypilgrim

I am currently using

  1. Magit 3.1.1
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions