Add .hs file handler
This commit is contained in:
4
init.el
4
init.el
@@ -1993,7 +1993,9 @@ MAPS are expected to be keymaps for modes for languages with C-style comments."
|
||||
(use-package haskell-ts-mode
|
||||
:hook (haskell-ts-mode . my/eglot-if-trusted)
|
||||
:custom
|
||||
(haskell-ts-use-indent t))
|
||||
(haskell-ts-use-indent t)
|
||||
:init
|
||||
(add-to-list 'auto-mode-alist '("\\.hs\\'" . haskell-ts-mode)))
|
||||
|
||||
;; c-ts-mode
|
||||
(setopt ff-ignore-include t)
|
||||
|
||||
Reference in New Issue
Block a user