We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf2e5af + d479931 commit 8c9d2bcCopy full SHA for 8c9d2bc
haskell-completions.el
@@ -296,7 +296,8 @@ PREFIX should be a list such one returned by
296
('haskell-completions-language-extension-prefix
297
haskell-ghc-supported-extensions)
298
(otherwise
299
- (append (tags-completion-table)
+ (append (when (bound-and-true-p haskell-tags-on-save)
300
+ tags-completion-table)
301
haskell-completions--keywords)))))
302
(list beg end candidates)))))
303
0 commit comments