emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/haskell-tng-mode 766480d 290/385: fast-tags should be proj


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-tng-mode 766480d 290/385: fast-tags should be project specific
Date: Tue, 5 Oct 2021 23:59:50 -0400 (EDT)

branch: elpa/haskell-tng-mode
commit 766480da1f11a2f898eaa51bd33467e47009a50e
Author: Tseen She <ts33n.sh3@gmail.com>
Commit: Tseen She <ts33n.sh3@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 .")
    ))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]