mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(navigation): Switch back to mainline helm-ag package
All the PR's I cared about for helm-ag are now merged, so I no longer need to custom fork.
This commit is contained in:
@@ -9,9 +9,6 @@
|
||||
(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"))
|
||||
:after (helm-config)
|
||||
:bind
|
||||
("C-x '" . helm-do-ag-project-root)
|
||||
|
||||
Reference in New Issue
Block a user