emacs: Switched Haskell indent mode
This commit is contained in:
parent
0ebbf64fd1
commit
9961463ad7
2 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
;; Configure haskell-mode
|
||||
;; Enable semi-automatic indentation and font-locking
|
||||
(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)
|
||||
(add-hook 'haskell-mode-hook 'turn-on-haskell-indent)
|
||||
(add-hook 'haskell-mode-hook 'font-lock-mode)
|
||||
|
||||
;; Add keybindings to move nested blocks with C-, rsp. C-.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue