Commit 6ea0257b9386

Vincent Demeester <vincent@sbr.pm>
2019-03-19 17:18:56
rg: do not use follow :)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 5729b5f
Changed files (1)
init.el
@@ -157,7 +157,6 @@
   `("--no-ignore-vcs"                   ;Ignore files/dirs ONLY from `.ignore'
     "--line-number"                     ;Line numbers
     "--smart-case"
-    "--follow"                 ;Follow symlinks
     "--max-columns" "150"      ;Emacs doesn't handle long line lengths very well
     "--ignore-file" ,(expand-file-name ".ignore" (getenv "HOME")))
   "Default rg arguments used in the functions in `counsel' and `projectile'