Skip to content

Commit

Permalink
ripgrep again needs --ignore-case, to make it work always...
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Jul 19, 2018
1 parent 471017b commit 3193eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kambi-customizations.el
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
'(recentf-max-saved-items 100)
'(ripgrep-arguments
(quote
("--max-columns" "200" "--fixed-strings" "--glob=!*~" "--glob=!#*#")))
("--max-columns" "200" "--fixed-strings" "--glob=!*~" "--glob=!#*#" "--ignore-case")))
'(safe-local-variable-values
(quote
((kam-force-compilation-not-in-project . t)
Expand Down

0 comments on commit 3193eba

Please sign in to comment.