Skip to content

Commit a2376ba

Browse files
committed
purescript-yas.el: remove ghc-related variable
GHC isn't a thing in PureScript, it's a variable from times this was a "haskell-mode". Remove it.
1 parent 023cdf2 commit a2376ba

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

purescript-yas.el

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@
3333
:group 'purescript
3434
:prefix "purescript-yas-")
3535

36-
(defcustom purescript-yas-ghc-language-pragmas
37-
(split-string (shell-command-to-string "ghc --supported-extensions"))
38-
"List of language pragmas supported by the installed version of GHC."
39-
:group 'purescript-yas
40-
:type '(repeat string))
41-
4236
(defcustom purescript-yas-completing-function 'completing-read
4337
"Function to use for completing among alternatives."
4438
:group 'purescript-yas

0 commit comments

Comments
 (0)