Skip to content

Commit 8f41904

Browse files
authored
Merge pull request #54 from Hi-Angel/rm-ghc-variable
purescript-yas.el: remove ghc-related variable
2 parents 023cdf2 + a2376ba commit 8f41904

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)