Haskell and Emacs -
i'm trying learn haskell. have configured emacs haskell development, followed blog post:
http://tim.dysinger.net/posts/2014-02-18-haskell-with-emacs.html
the system works error:
error (el-get): while initializing haskell-mode: symbol's value variable void: haskell-mode-map
i looked files , variable defined, not know why happening.
you need add
(require 'haskell-mode-autoloads)
Comments
Post a Comment