Merge pull request #1445 from bricewge/magit-todos-1.2
Use magit-todos-keyword-suffix instead
This commit is contained in:
commit
c898b9236c
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue