Skip to content

j T/l not available in Magit status buffer when use the recommended configuration in README #207

@EasternLi

Description

@EasternLi

In Magit status buffer:

j T/l not available if use the recommended configuration in README

(use-package magit-todos
  :after magit
  :config (magit-todos-mode 1))

available if

(use-package magit-todos
  :after magit-status
  :config (magit-todos-mode 1))

I guess this is because #'magit-status-jump is initialized in magit-status.

I'm currently modifying https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bsource-control/git/packages.el#L284, guessing other code won't affect the reproduction.

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