From c94960fa05e34aee4dafa590be9cd3a3b00532ce Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 14 Sep 2024 15:39:45 +0200 Subject: emacs: Ignore .git/ and vendor/ in magit todos --- .config/emacs/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.config/emacs') diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 06f25d5..7f69581 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -387,7 +387,9 @@ indentation-width.") (use-package magit-todos :after magit - :init (magit-todos-mode)) + :init (magit-todos-mode) + :custom + (magit-todos-exclude-globs '(".git/" "vendor/"))) (defun x-magit-status () (interactive) -- cgit v1.2.3