branch: elpa/haskell-tng-mode commit 766480da1f11a2f898eaa51bd33467e47009a50e Author: Tseen She <ts33n....@gmail.com> Commit: Tseen She <ts33n....@gmail.com>
fast-tags should be project specific --- haskell-tng-extra-projectile.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/haskell-tng-extra-projectile.el b/haskell-tng-extra-projectile.el index 8b2f917..b5fd9af 100644 --- a/haskell-tng-extra-projectile.el +++ b/haskell-tng-extra-projectile.el @@ -15,6 +15,9 @@ (add-hook 'haskell-tng-mode-hook (lambda () + ;; TODO use the build tool to look for project specific installations of + ;; fast-tags (this seems a generic requirement including for hsinspect). Will + ;; require doing some advice magic to avoid slowing down the buffer opening. (setq-local projectile-tags-command "fast-tags -Re --exclude=dist-newstyle --exclude=.stack-work .") ))