mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
@ -68,7 +68,7 @@ It is passed a user and repository name.")
|
|||||||
(def-package! magit-todos
|
(def-package! magit-todos
|
||||||
:after magit
|
:after magit
|
||||||
:config
|
:config
|
||||||
(setq magit-todos-require-colon nil)
|
(setq magit-todos-keyword-suffix "\\(?:([^)]+)\\)?:?")
|
||||||
(define-key magit-todos-section-map "j" nil)
|
(define-key magit-todos-section-map "j" nil)
|
||||||
(advice-add #'magit-todos-mode :around #'doom*shut-up)
|
(advice-add #'magit-todos-mode :around #'doom*shut-up)
|
||||||
(magit-todos-mode +1))
|
(magit-todos-mode +1))
|
||||||
|
Reference in New Issue
Block a user