We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5bef49 commit 346503eCopy full SHA for 346503e
haskell-font-lock.el
@@ -38,7 +38,7 @@ alignment and can thus lead to nasty surprises w.r.t layout."
38
:group 'haskell
39
:type 'boolean)
40
41
-(defconst haskell-font-lock-symbols-alist
+(defcustom haskell-font-lock-symbols-alist
42
'(("\\" . "λ")
43
("not" . "¬")
44
("->" . "→")
0 commit comments