Personalizzazioni per emacs
This commit is contained in:
9
.emacs.rc/haskell-mode-rc.el
Normal file
9
.emacs.rc/haskell-mode-rc.el
Normal file
@@ -0,0 +1,9 @@
|
||||
(rc/require 'haskell-mode)
|
||||
|
||||
(setq haskell-process-type 'cabal-new-repl)
|
||||
(setq haskell-process-log t)
|
||||
|
||||
(add-hook 'haskell-mode-hook 'haskell-indent-mode)
|
||||
(add-hook 'haskell-mode-hook 'interactive-haskell-mode)
|
||||
(add-hook 'haskell-mode-hook 'haskell-doc-mode)
|
||||
(add-hook 'haskell-mode-hook 'hindent-mode)
|
||||
Reference in New Issue
Block a user