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

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

[nongnu] elpa/haskell-tng-mode b2cd1c8 297/385: projectile-tags-command


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-tng-mode b2cd1c8 297/385: projectile-tags-command should be buffer local
Date: Tue, 5 Oct 2021 23:59:51 -0400 (EDT)

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

    projectile-tags-command should be buffer local
---
 haskell-tng-extra-projectile.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/haskell-tng-extra-projectile.el b/haskell-tng-extra-projectile.el
index 7b59b55..ed6cde9 100644
--- a/haskell-tng-extra-projectile.el
+++ b/haskell-tng-extra-projectile.el
@@ -17,6 +17,7 @@
 ;; (defvar haskell-tng--compile-dominating-project
 ;;   (rx (| "cabal.project" "cabal.project.local" "cabal.project.freeze")))
 
+(make-variable-buffer-local 'projectile-tags-command)
 (add-hook
  'haskell-tng-mode-hook
  (lambda ()



reply via email to

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