Skip to content

Instantly share code, notes, and snippets.

@rummelonp
Created July 10, 2013 05:06
Show Gist options
  • Save rummelonp/5963622 to your computer and use it in GitHub Desktop.
Save rummelonp/5963622 to your computer and use it in GitHub Desktop.
haskell-mode アップデートしたら el-get 付属の rcp で load してる haskell-site-file.el がなくなってエラーが出るようになったのでとりあえず自分で rcp 書いて対処
(:name haskell-mode
:description "A Haskell editing mode"
:type github
:pkgname "haskell/haskell-mode"
:post-init (progn
(add-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode)
(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment