Added magit-todos.

This commit is contained in:
tastytea 2019-08-09 01:05:21 +02:00
parent b1d0f51713
commit 5821aa157a

View File

@ -591,7 +591,13 @@ With argument, do this that many times."
:bind
("C-x g" . magit-status)
("C-x M-g" . magit-dispatch)
))
)
(use-package magit-todos
:hook
(magit-mode . magit-todos-mode)
)
)
;; Completion in many Emacs commands.
(use-package ivy