Re-enable magit-todos

This commit is contained in:
Andrea Ciceri 2025-01-17 09:48:36 +01:00
parent 988000655b
commit bcdcabc5c4
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -456,11 +456,10 @@
(use-package magit-delta
:hook (magit-mode . magit-delta-mode))
;; FIXME
;; (use-package magit-todos
;; :after magit
;; :custom (magit-todos-keyword-suffix "\\(?:([^)]+)\\)?:?")
;; :config (magit-todos-mode 1))
(use-package magit-todos
:after magit
:custom (magit-todos-keyword-suffix "\\(?:([^)]+)\\)?:?")
:config (magit-todos-mode 1))
(use-package difftastic
:demand t