From ce174c73e31bc3b098cd53984bdb26397d420cdd Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 19 May 2020 11:08:55 +0100 Subject: [PATCH] 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. --- modules/navigation/siren-helm-ag.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/navigation/siren-helm-ag.el b/modules/navigation/siren-helm-ag.el index 9d60f65..c41599e 100644 --- a/modules/navigation/siren-helm-ag.el +++ b/modules/navigation/siren-helm-ag.el @@ -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)