diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 6044fc9..c642702 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -995,6 +995,9 @@ Return nil if DIR is not in a hugo project at all." (setq magit-bury-buffer-function #'kill-buffer-and-window) (magit-status) (run-with-timer 5 3 #'madots--cleanup))) +(use-package magit-todos + :after magit + :init (magit-todos-mode)) (use-package hyperbole :elpaca (:files ("*.el"