Skip to content

Commit

Permalink
Disable hoogle suggestion by default
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed Feb 26, 2014
1 parent 6ca09d0 commit 7ddc44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell-process.el
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ See `haskell-process-do-cabal' for more details."
:group 'haskell-interactive)

(defcustom haskell-process-suggest-hoogle-imports
t
nil
"Suggest to add import statements using Hoogle as a backend."
:type 'boolean
:group 'haskell-interactive)
Expand Down

0 comments on commit 7ddc44f

Please sign in to comment.