File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ in the current buffer."
111
111
112
112
;;;### autoload
113
113
(add-to-list 'auto-mode-alist '(" \\ .hcr\\ '" . ghc-core-mode))
114
+ ;;;### autoload
114
115
(add-to-list 'auto-mode-alist '(" \\ .dump-simpl\\ '" . ghc-core-mode))
115
116
116
117
;;;### autoload
Original file line number Diff line number Diff line change 27
27
(" ^:[a-z{]+ *\\ +" . font-lock-keyword-face )
28
28
(" ^:[a-z{]+ " . font-lock-keyword-face )))
29
29
30
+ ;;;### autoload
30
31
(define-derived-mode ghci-script-mode text-mode " GHCi-Script"
31
32
" Major mode for working with .ghci files."
32
33
(set (make-local-variable 'adaptive-fill-mode ) nil )
48
49
(set (make-local-variable 'dabbrev-abbrev-char-regexp ) " \\ sw\\ |[.]" )
49
50
(setq haskell-literate nil ))
50
51
52
+ ;;;### autoload
51
53
(add-to-list 'auto-mode-alist '(" \\ .ghci\\ '" . ghci-script-mode))
54
+
52
55
(define-key ghci-script-mode-map (kbd " C-c C-l" ) 'ghci-script-mode-load )
53
56
54
57
(defun ghci-script-mode-load ()
You can’t perform that action at this time.
0 commit comments