Re-enable magit-todos
This commit is contained in:
parent
988000655b
commit
bcdcabc5c4
1 changed files with 4 additions and 5 deletions
|
@ -456,11 +456,10 @@
|
||||||
(use-package magit-delta
|
(use-package magit-delta
|
||||||
:hook (magit-mode . magit-delta-mode))
|
:hook (magit-mode . magit-delta-mode))
|
||||||
|
|
||||||
;; FIXME
|
(use-package magit-todos
|
||||||
;; (use-package magit-todos
|
:after magit
|
||||||
;; :after magit
|
:custom (magit-todos-keyword-suffix "\\(?:([^)]+)\\)?:?")
|
||||||
;; :custom (magit-todos-keyword-suffix "\\(?:([^)]+)\\)?:?")
|
:config (magit-todos-mode 1))
|
||||||
;; :config (magit-todos-mode 1))
|
|
||||||
|
|
||||||
(use-package difftastic
|
(use-package difftastic
|
||||||
:demand t
|
:demand t
|
||||||
|
|
Loading…
Add table
Reference in a new issue