chore(navigation): Use custom fork of helm-ag

There's a few outstanding PRs and issues on helm-ag. I've collected the
changes I care about into my own fork under a branch called
`personal-patches`, and using that for now.
This commit is contained in:
2020-05-06 23:32:28 +01:00
parent 4869796d6f
commit 34c130ae7e

View File

@@ -9,12 +9,17 @@
(require 'siren-helm)
(use-package helm-ag
:straight (:type git :host github :repo "emacsorphanage/helm-ag"
:fork (:host github :repo "jimeh/helm-ag"
:branch "personal-patches"))
:bind
("C-c C-s" . helm-do-ag)
("C-x C-'" . helm-do-ag-project-root)
:custom
(helm-ag-base-command "rg --no-heading")
(helm-ag-use-emacs-lisp-regexp nil)
(helm-ag-ignore-patterns '("*.min-latest.css"
"*.min-latest.js"
"*.min.css"