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 8ca1af7 commit f2f90d4Copy full SHA for f2f90d4
haskell-mode.el
@@ -783,6 +783,11 @@ Minor modes that work well with `haskell-mode':
783
(setq haskell-literate nil)
784
(add-hook 'before-save-hook 'haskell-mode-before-save-handler nil t)
785
(add-hook 'after-save-hook 'haskell-mode-after-save-handler nil t)
786
+ ;; provide non-interactive completion function
787
+ (add-hook 'completion-at-point-functions
788
+ #'haskell-completions-completion-at-point
789
+ nil
790
+ t)
791
(haskell-indentation-mode))
792
793
(defun haskell-fill-paragraph (justify)
0 commit comments