alphapapa / alphapapa/magit-todos
`j T/l` not available in Magit status buffer when use the recommended configuration in README
Abierto
- Lenguaje dominante
- Emacs Lisp
- Estrellas
- 791
- Forks
- 54
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
In Magit status buffer:
`j T/l` not available if use the recommended configuration in README
```elisp
(use-package magit-todos
:after magit
:config (magit-todos-mode 1))
```
available if
```elisp
(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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.