branch: elpa/haskell-tng-mode commit 41f1ad53a524095923d45d251661dfb8ddcb5f36 Author: Tseen She <ts33n....@gmail.com> Commit: Tseen She <ts33n....@gmail.com>
document fast-tags --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c29c06b..acb2417 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,11 @@ Check out the source code repository and add to your load path: - `C-- C-c c` clean project - `C-c e` jump to error -### Contrib +### Contrib / Third Party - `C-c C-C` invoke [`stack2cabal`](https://hackage.haskell.org/package/stack2cabal) - `C-c C-r f` invoke [`stylish-haskell`](https://hackage.haskell.org/package/stylish-haskell) +- `C-c p R` invoke [`fast-tags`](https://hackage.haskell.org/package/fast-tags) via [`projectile`](https://github.com/bbatsov/projectile) ## Plan