Skip to content

Commit 346503e

Browse files
committed
defconst to defcustom
1 parent b5bef49 commit 346503e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-font-lock.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ alignment and can thus lead to nasty surprises w.r.t layout."
3838
:group 'haskell
3939
:type 'boolean)
4040

41-
(defconst haskell-font-lock-symbols-alist
41+
(defcustom haskell-font-lock-symbols-alist
4242
'(("\\" . "λ")
4343
("not" . "¬")
4444
("->" . "")

0 commit comments

Comments
 (0)