From 5821aa157ad0e5f6aa653e5adaa709a4748b6d44 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 9 Aug 2019 01:05:21 +0200 Subject: [PATCH] Added magit-todos. --- init.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index b6d425c..5ba9d8b 100644 --- a/init.el +++ b/init.el @@ -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