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

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

[nongnu] elpa/haskell-tng-mode 4f40db3 218/385: fast-tags is stack compa


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-tng-mode 4f40db3 218/385: fast-tags is stack compatible by default
Date: Tue, 5 Oct 2021 23:59:34 -0400 (EDT)

branch: elpa/haskell-tng-mode
commit 4f40db3a4309495db3effe0e0e85d91d9ff22ab6
Author: Tseen She <ts33n.sh3@gmail.com>
Commit: Tseen She <ts33n.sh3@gmail.com>

    fast-tags is stack compatible by default
---
 haskell-tng-contrib-projectile.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haskell-tng-contrib-projectile.el 
b/haskell-tng-contrib-projectile.el
index b599c6d..af918c5 100644
--- a/haskell-tng-contrib-projectile.el
+++ b/haskell-tng-contrib-projectile.el
@@ -14,7 +14,7 @@
 (add-hook
  'haskell-tng-mode-hook
  (lambda ()
-   (setq-local projectile-tags-command "fast-tags -Re --exclude=dist-newstyle 
.")
+   (setq-local projectile-tags-command "fast-tags -Re --exclude=dist-newstyle 
--exclude=.stack-work .")
    ))
 
 (provide 'haskell-tng-contrib-projectile)



reply via email to

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