From 66b74c63b722a2338822233de6a3e32ae15f1f43 Mon Sep 17 00:00:00 2001 From: Brice Waegeneire Date: Thu, 30 May 2019 16:33:37 +0200 Subject: [PATCH] magit-todos 1.2 removed magit-todos-require-colon https://github.com/alphapapa/magit-todos/tree/3c59aa03b217b55b1baa0e88470e10996aaeea9b#12 --- modules/tools/magit/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tools/magit/config.el b/modules/tools/magit/config.el index d66868411..795f50f3e 100644 --- a/modules/tools/magit/config.el +++ b/modules/tools/magit/config.el @@ -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))