File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434(add-to-list 'auto-mode-alist '(" \\ .chs\\ '" . haskell-c2hs-mode))
3535
3636(defface haskell-c2hs-hook-pair-face
37- '((t (:inherit ' font-lock-preprocessor-face )))
37+ '((t (:inherit font-lock-preprocessor-face )))
3838 " Face for highlighting {#...#} pairs."
3939 :group 'haskell )
4040
4141(defface haskell-c2hs-hook-name-face
42- '((t (:inherit ' font-lock-keyword-face )))
42+ '((t (:inherit font-lock-keyword-face )))
4343 " Face for highlighting c2hs hook names."
4444 :group 'haskell )
4545
Original file line number Diff line number Diff line change 4646(defcustom haskell-mode-stylish-haskell-args nil
4747 " Arguments to pass to program specified by haskell-mode-stylish-haskell-path."
4848 :group 'haskell
49- :type 'list )
49+ :type '( list string) )
5050
5151(defcustom haskell-interactive-set-+c
5252 t
You can’t perform that action at this time.
0 commit comments