Merge pull request #1445 from bricewge/magit-todos-1.2

Use magit-todos-keyword-suffix instead
This commit is contained in:
Henrik Lissner 2019-05-30 12:56:46 -04:00 committed by GitHub
commit c898b9236c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ It is passed a user and repository name.")
(def-package! magit-todos
:after magit
:config
(setq magit-todos-require-colon nil)
(setq magit-todos-keyword-suffix "\\(?:([^)]+)\\)?:?")
(define-key magit-todos-section-map "j" nil)
(advice-add #'magit-todos-mode :around #'doom*shut-up)
(magit-todos-mode +1))