all repos — nixfiles @ ef4c25fdc267f6ce6ed2d29f1eddf4ee7ab7c773

System and user configuration, managed by nix and home-manager

emacs: show TODO comments in magit

Alan Pearce
commit

ef4c25fdc267f6ce6ed2d29f1eddf4ee7ab7c773

parent

e58a21f5294fc1cb166cc28ca0370aee6e9c83bb

1 file changed, 5 insertions(+), 0 deletions(-)

changed files
M user/emacs/init.eluser/emacs/init.el
@@ -980,6 +980,11 @@ (remove-hook 'magit-section-highlight-hook 'magit-section-highlight-selection)
(remove-hook 'magit-section-highlight-hook 'magit-diff-highlight) (require 'magit-extras))) +(use-package magit-todos + :after magit + :config (progn + (magit-todos-mode +1))) + (use-package git-gutter-fringe :defer 5 :config (progn