projects
/
.emacs.d.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bf0e07
)
haskell indentation hook
author
Ramakrishnan Muthukrishnan
<ram@leastauthority.com>
Wed, 15 Oct 2014 16:16:36 +0000
(21:46 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@leastauthority.com>
Wed, 15 Oct 2014 17:49:23 +0000
(23:19 +0530)
init.el
patch
|
blob
|
history
diff --git
a/init.el
b/init.el
index 71f5a6a3330d08afd608559525bfa0c3f6edd74a..e37343ec3d5c55e837aec1a8506cb95598cd18dc 100644
(file)
--- a/
init.el
+++ b/
init.el
@@
-66,3
+66,6
@@
;; switch to ERC with Ctrl+c e
(global-set-key (kbd "C-c e") 'start-erc) ;; ERC
+
+;; haskell mode
+(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)