Skip to content

Commit

Permalink
orca.el (orca-detect-already-captured-link): Use rg --fixed-strings
Browse files Browse the repository at this point in the history
  • Loading branch information
abo-abo committed Jan 2, 2021
1 parent 604d1a8 commit 73d1cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orca.el
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Try to remove superfluous information, like the website title."
(default-directory orca-org-directory)
(old-links
(counsel--sl
(format "rg -S --line-number '\\[%s\\]'" link))))
(format "rg -Fn '%s'" link))))
(if old-links
(progn
(message "%d old link(s)" (length old-links))
Expand Down

0 comments on commit 73d1cbd

Please sign in to comment.