You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed haskell mode for emacs in archlinux via:
sudo pacman -S emacs-haskell-mode
No problem so far. On my init.el file I have the load:
(load "/usr/share/emacs/site-lisp/haskell-mode/haskell-mode.el")
However, if I do "M-x haskell-mode" I get:
Symbol's value as variable is void: haskell-font-lock-choose-keywords
And also my haskell code is not highlighted as it is suppose to be.