We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I saw the announcement for the March release about the new indentation and I wanted to try it out: https://github.com/haskell/haskell-mode/wiki/Month-in-haskell-mode-March-2015
On the announcement it says to try it out add:
(add-hook 'haskell-mode-hook 'haskell-indentation)
If I do that, I get the above error. However, this works (found in the guide):
(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)
Is this a bug in the announcement?
The text was updated successfully, but these errors were encountered:
Proper is:
(add-hook 'haskell-mode-hook 'haskell-indentation-mode)
thanks for noticing!
EDIT: -mode!, -mode!
Sorry, something went wrong.
@gracjan I'm confused. 'haskell-indentation gives me the error; 'turn-on-haskell-indentation does not.
'haskell-indentation
'turn-on-haskell-indentation
I can't spell at this hour. Proper is with -mode at the end:
Got it. Thanks!
No branches or pull requests
I saw the announcement for the March release about the new indentation and I wanted to try it out: https://github.com/haskell/haskell-mode/wiki/Month-in-haskell-mode-March-2015
On the announcement it says to try it out add:
If I do that, I get the above error. However, this works (found in the guide):
Is this a bug in the announcement?
The text was updated successfully, but these errors were encountered: