mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user