Add module-haskell.el
This commit is contained in:
parent
8028c63a6b
commit
9f83c84a32
2 changed files with 11 additions and 0 deletions
10
modules/module-haskell.el
Normal file
10
modules/module-haskell.el
Normal file
|
@ -0,0 +1,10 @@
|
|||
;;; module-haskell.el
|
||||
|
||||
(use-package haskell-mode
|
||||
:mode "\\.hs$"
|
||||
:config
|
||||
;; haskell-mode complains that this function isn't defined, and it isn't!
|
||||
(defun haskell-mode-after-save-handler ()))
|
||||
|
||||
(provide 'module-haskell)
|
||||
;;; module-haskell.el ends here
|
Loading…
Add table
Add a link
Reference in a new issue