fadecaps
fadecaps
I've been trying to debug this problem as well on Win7. Here's what my user-config looks like (using spacemacs): ``` (require 'magit-todos) (magit-todos-mode) (setq magit-todos-scanner 'magit-todos--scan-with-git-grep) (setq magit-todos-git-grep-extra-args (list "-n"))...
> @fadecaps > > ``` > (custom-set-variables > '(magit-todos-keywords (list "TODO(fadecaps)")) > ``` > I don't think you can set the keywords list to a keyword with a suffix like...
@alphapapa I have gotten the todos to show up! I used `customize-group` to set these settings: ``` '(magit-todos-git-grep-extra-args (quote ("-n"))) '(magit-todos-nice nil) '(magit-todos-scanner (quote magit-todos--scan-with-git-grep)) ``` The todos show up...
Seeing the same issue on Spacemacs 0.300.0 w/ Emacs 26.3 on Windows 7