magit-todos 1.2 removed magit-todos-require-colon

3c59aa03b2 (12)
This commit is contained in:
Brice Waegeneire 2019-05-30 16:33:37 +02:00
parent febeed2526
commit 66b74c63b7

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))