File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ alignment and can thus lead to nasty surprises w.r.t layout."
38
38
:group 'haskell
39
39
:type 'boolean )
40
40
41
- (defconst haskell-font-lock-symbols-alist
41
+ (defcustom haskell-font-lock-symbols-alist
42
42
'((" \\ " . " λ" )
43
43
(" not" . " ¬" )
44
44
(" ->" . " →" )
@@ -75,7 +75,9 @@ COMPONENTS is a representation specification suitable as an argument to
75
75
`compose-region' .
76
76
PREDICATE if present is a function of one argument (the start position
77
77
of the symbol) which should return non-nil if this mapping should
78
- be disabled at that position." )
78
+ be disabled at that position."
79
+ :type '(alist string string)
80
+ :group 'haskell )
79
81
80
82
(defun haskell-font-lock-dot-is-not-composition (start )
81
83
" Return non-nil if the \" .\" at START is not a composition operator.
You can’t perform that action at this time.
0 commit comments