Created
July 10, 2013 05:06
-
-
Save rummelonp/5963622 to your computer and use it in GitHub Desktop.
haskell-mode アップデートしたら el-get 付属の rcp で load してる haskell-site-file.el がなくなってエラーが出るようになったのでとりあえず自分で rcp 書いて対処
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(: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