From a7076b8cb42c3b89a93bd0083f288a91d021fd84 Mon Sep 17 00:00:00 2001 From: Gracjan Polak Date: Tue, 5 Apr 2016 16:23:31 +0200 Subject: [PATCH] Change default for haskell-type-face --- haskell-font-lock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell-font-lock.el b/haskell-font-lock.el index fa3efb93b..4a52efa78 100644 --- a/haskell-font-lock.el +++ b/haskell-font-lock.el @@ -125,7 +125,7 @@ font faces assigned as if respective mode was enabled." ;;;###autoload (defface haskell-type-face - '((t :inherit font-lock-function-name-face)) + '((t :inherit font-lock-type-face)) "Face used to highlight Haskell types" :group 'haskell-appearance)