Another failed attempt at haskell mode

This commit is contained in:
Maciej 2020-08-24 13:46:39 +03:00
parent df8a84448e
commit 0b99bebc10
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
2 changed files with 5 additions and 7 deletions

View file

@ -6,7 +6,7 @@
;;; Commentary:
;; haskell does a thing.
;;; Provides configuration for haskell files
;;; Code:
@ -27,12 +27,12 @@
"Run this in haskell-mode."
(set-indent 2)
(column-enforce-n 80)
(dante-mode)
;; Company list override
(add-to-list (make-local-variable 'company-backends)
'(dante-company company-yasnippet)))
(add-hook 'haskell-mode-hook 'dante-mode)
(add-hook 'haskell-mode-hook 'activate-haskell-mode)
(provide 'languages/haskell)