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.
1 parent 9da30b1 commit 9eef80dCopy full SHA for 9eef80d
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