branch: elpa/haskell-ts-mode
commit 8499f4c29eef2ef6f8b1627b1e7d3c172236e61a
Author: Pranshu Sharma <pranshusharma...@gmail.com>
Commit: Pranshu Sharma <pranshusharma...@gmail.com>

    uc
---
 haskell.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haskell.el b/haskell.el
index dade0e157a..9c57f1852f 100644
--- a/haskell.el
+++ b/haskell.el
@@ -154,4 +154,4 @@
 (define-key haskell-ts-mode-map (kbd "C-c c") 'haskell-compile-region-and-go)
 (define-key haskell-ts-mode-map (kbd "C-c r") 'run-haskell)
 
-;; (add-to-list 'auto-mode-alist '("\\.hs\\'" . haskell-ts-mode))
+(add-to-list 'auto-mode-alist '("\\.hs\\'" . haskell-ts-mode))

Reply via email to