File tree Expand file tree Collapse file tree 3 files changed +2
-50
lines changed Expand file tree Collapse file tree 3 files changed +2
-50
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ ELFILES = \
18
18
haskell-align-imports.el \
19
19
haskell-bot.el \
20
20
haskell-cabal.el \
21
- haskell-c.el \
22
21
haskell-checkers.el \
23
22
haskell-collapse.el \
24
23
haskell-modules.el \
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -781,6 +781,8 @@ see documentation for that variable for more details."
781
781
;;;### autoload
782
782
(add-to-list 'auto-mode-alist '(" \\ .l[gh]s\\ '" . literate-haskell-mode))
783
783
;;;### autoload
784
+ (add-to-list 'auto-mode-alist '(" \\ .hsc\\ '" . haskell-mode))
785
+ ;;;### autoload
784
786
(add-to-list 'interpreter-mode-alist '(" runghc" . haskell-mode))
785
787
;;;### autoload
786
788
(add-to-list 'interpreter-mode-alist '(" runhaskell" . haskell-mode))
You can’t perform that action at this time.
0 commit comments