Skip to content

Commit e3ab3de

Browse files
committed
Fix language-extensions arg order
1 parent bb60b52 commit e3ab3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-customize.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ when Data.Map is the candidate.
328328
:group 'haskell-interactive)
329329

330330
(defcustom haskell-language-extensions
331-
"Language extensions in use. Should be in format: -XFoo, -XNoFoo etc."
332331
'()
332+
"Language extensions in use. Should be in format: -XFoo, -XNoFoo etc."
333333
:group 'shm
334334
:type '(repeat 'string))
335335

0 commit comments

Comments
 (0)