Skip to content

Commit a7076b8

Browse files
committed
Change default for haskell-type-face
1 parent 3af8a54 commit a7076b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-font-lock.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ font faces assigned as if respective mode was enabled."
125125

126126
;;;###autoload
127127
(defface haskell-type-face
128-
'((t :inherit font-lock-function-name-face))
128+
'((t :inherit font-lock-type-face))
129129
"Face used to highlight Haskell types"
130130
:group 'haskell-appearance)
131131

0 commit comments

Comments
 (0)